#49E472

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

Shades of Emerald #49E472

Tints of Emerald #49E472

Color information

#49E472 (or 0x49E472) is unknown color: approx Emerald. HEX triplet: 49, E4 and 72. RGB value is (73,228,114). Sum of RGB (Red+Green+Blue) = 73+228+114=415 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.59% from 415); Green value is 228 (89.45% from 255 or 54.94% from 415); Blue value is 114 (44.92% from 255 or 27.47% from 415); Max value from RGB is 228 - color contains mainly: green. Hex color #49E472 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49E472 is #B61B8D. Grayscale: #A8A8A8. Windows color (decimal): -11934606 or 7529545. OLE color: 7529545.

HSL color Cylindrical-coordinate representation of color #49E472: hue angle of 135.87º degrees, saturation: 0.74, 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 #49E472 is Cyan = 0.68, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB73228114-
CMYK0.6800.500.11
HSL135.87º74.16%59.02%-
HSV(B)135.87º67.98%89.41%-
XYZ33.5358.1225.37-
YUV168.6697.1559.77-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.59%
GREEN value IS 228 (89.45% from 255) = 54.94%
BLUE value IS 114 (44.92% from 255) = 27.47%
R=17.59%
G=54.94%
B=27.47%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal732281140.6800.500.11135.8774.1659.02
Hex49E47244032B884a3b
Octal1113441621040621321011273
Binary1001001111001001110010100010001100101011100010001001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49E472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,228,114); }

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

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

 a { background-color: rgb(73,228,114); }

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

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

 span { border-color: rgb(73,228,114); }

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