#49D164

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

Shades of Emerald #49D164

Tints of Emerald #49D164

Color information

#49D164 (or 0x49D164) is unknown color: approx Emerald. HEX triplet: 49, D1 and 64. RGB value is (73,209,100). Sum of RGB (Red+Green+Blue) = 73+209+100=382 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.11% from 382); Green value is 209 (82.03% from 255 or 54.71% from 382); Blue value is 100 (39.45% from 255 or 26.18% from 382); Max value from RGB is 209 - color contains mainly: green. Hex color #49D164 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D164 is #B62E9B. Grayscale: #9C9C9C. Windows color (decimal): -11939484 or 6607177. OLE color: 6607177.

HSL color Cylindrical-coordinate representation of color #49D164: hue angle of 131.91º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49D164 is Cyan = 0.65, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB73209100-
CMYK0.6500.520.18
HSL131.91º59.65%55.29%-
HSV(B)131.91º65.07%81.96%-
XYZ27.8547.9419.84-
YUV155.9196.4468.86-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.11%
GREEN value IS 209 (82.03% from 255) = 54.71%
BLUE value IS 100 (39.45% from 255) = 26.18%
R=19.11%
G=54.71%
B=26.18%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal732091000.6500.520.18131.9159.6555.29
Hex49D1644103412843c37
Octal111321144101064222047467
Binary1001001110100011100100100000101101001001010000100111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49D164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,209,100); }

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

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

 a { background-color: rgb(73,209,100); }

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

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

 span { border-color: rgb(73,209,100); }

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