#49E28E

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

Shades of Emerald #49E28E

Tints of Emerald #49E28E

Color information

#49E28E (or 0x49E28E) is unknown color: approx Emerald. HEX triplet: 49, E2 and 8E. RGB value is (73,226,142). Sum of RGB (Red+Green+Blue) = 73+226+142=441 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.55% from 441); Green value is 226 (88.67% from 255 or 51.25% from 441); Blue value is 142 (55.86% from 255 or 32.20% from 441); Max value from RGB is 226 - color contains mainly: green. Hex color #49E28E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49E28E is #B61D71. Grayscale: #AAAAAA. Windows color (decimal): -11935090 or 9364041. OLE color: 9364041.

HSL color Cylindrical-coordinate representation of color #49E28E: hue angle of 147.06º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49E28E is Cyan = 0.68, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.

Color convert

RGB73226142-
CMYK0.6800.370.11
HSL147.06º72.51%58.63%-
HSV(B)147.06º67.7%88.63%-
XYZ34.8357.7634.9-
YUV170.68111.8158.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.55%
GREEN value IS 226 (88.67% from 255) = 51.25%
BLUE value IS 142 (55.86% from 255) = 32.20%
R=16.55%
G=51.25%
B=32.20%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal732261420.6800.370.11147.0672.5158.63
Hex49E28E44025B93493b
Octal1113422161040451322311173
Binary10010011110001010001110100010001001011011100100111001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49E28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49E28E; }

 p { color: rgb(73,226,142); }

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

<style>
 a { background-color: #49E28E; }

 a { background-color: rgb(73,226,142); }

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

<style>
 span { border-color: #49E28E; }

 span { border-color: rgb(73,226,142); }

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