#44D45B

Color #44D45B Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #44D45B

Tints of Emerald #44D45B

Color information

#44D45B (or 0x44D45B) is unknown color: approx Emerald. HEX triplet: 44, D4 and 5B. RGB value is (68,212,91). Sum of RGB (Red+Green+Blue) = 68+212+91=371 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.33% from 371); Green value is 212 (83.20% from 255 or 57.14% from 371); Blue value is 91 (35.94% from 255 or 24.53% from 371); Max value from RGB is 212 - color contains mainly: green. Hex color #44D45B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44D45B is #BB2BA4. Grayscale: #9B9B9B. Windows color (decimal): -12266405 or 6018116. OLE color: 6018116.

HSL color Cylindrical-coordinate representation of color #44D45B: hue angle of 129.58º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #44D45B is Cyan = 0.68, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.17.

Color convert

RGB6821291-
CMYK0.6800.570.17
HSL129.58º62.61%54.9%-
HSV(B)129.58º67.92%83.14%-
XYZ27.8249.0717.9-
YUV155.1591.7965.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 68 (26.95% from 255) = 18.33%
GREEN value IS 212 (83.20% from 255) = 57.14%
BLUE value IS 91 (35.94% from 255) = 24.53%
R=18.33%
G=57.14%
B=24.53%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal68212910.6800.570.17129.5862.6154.9
Hex44D45B4403911823f37
Octal104324133104071212027767
Binary1000100110101001011011100010001110011000110000010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44D45B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44D45B; }

 p { color: rgb(68,212,91); }

 H1.HeaderClassName
 {
   color: #44D45B;
 }
 .AnyTagClassName
 {
   color: #44D45B;
 }
</style>
background-color css

<style>
 a { background-color: #44D45B; }

 a { background-color: rgb(68,212,91); }

 div.DivClassName
 {
   background-color: #44D45B;
 }
 .BgClassName
 {
   background-color: #44D45B;
 }
</style>
border-color css

<style>
 span { border-color: #44D45B; }

 span { border-color: rgb(68,212,91); }

 td.TdClassName
 {
   border-color: #44D45B;
 }
 .TagClassName
 {
   border-color: #44D45B;
 }
</style>