#44E48A

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

Shades of Emerald #44E48A

Tints of Emerald #44E48A

Color information

#44E48A (or 0x44E48A) is unknown color: approx Emerald. HEX triplet: 44, E4 and 8A. RGB value is (68,228,138). Sum of RGB (Red+Green+Blue) = 68+228+138=434 (57% of max value = 765). Red value is 68 (26.95% from 255 or 15.67% from 434); Green value is 228 (89.45% from 255 or 52.53% from 434); Blue value is 138 (54.30% from 255 or 31.80% from 434); Max value from RGB is 228 - color contains mainly: green. Hex color #44E48A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44E48A is #BB1B75. Grayscale: #AAAAAA. Windows color (decimal): -12262262 or 9102404. OLE color: 9102404.

HSL color Cylindrical-coordinate representation of color #44E48A: hue angle of 146.25º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #44E48A is Cyan = 0.70, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB68228138-
CMYK0.7000.390.11
HSL146.25º74.77%58.04%-
HSV(B)146.25º70.18%89.41%-
XYZ34.7158.5533.52-
YUV169.9109.9955.32-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 15.67%
GREEN value IS 228 (89.45% from 255) = 52.53%
BLUE value IS 138 (54.30% from 255) = 31.80%
R=15.67%
G=52.53%
B=31.80%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal682281380.7000.390.11146.2574.7758.04
Hex44E48A46027B924b3a
Octal1043442121060471322211372
Binary10001001110010010001010100011001001111011100100101001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44E48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,228,138); }

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

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

 a { background-color: rgb(68,228,138); }

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

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

 span { border-color: rgb(68,228,138); }

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