#49D289

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

Shades of Emerald #49D289

Tints of Emerald #49D289

Color information

#49D289 (or 0x49D289) is unknown color: approx Emerald. HEX triplet: 49, D2 and 89. RGB value is (73,210,137). Sum of RGB (Red+Green+Blue) = 73+210+137=420 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.38% from 420); Green value is 210 (82.42% from 255 or 50% from 420); Blue value is 137 (53.91% from 255 or 32.62% from 420); Max value from RGB is 210 - color contains mainly: green. Hex color #49D289 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D289 is #B62D76. Grayscale: #A0A0A0. Windows color (decimal): -11939191 or 9032265. OLE color: 9032265.

HSL color Cylindrical-coordinate representation of color #49D289: hue angle of 148.03º 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 #49D289 is Cyan = 0.65, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB73210137-
CMYK0.6500.350.18
HSL148.03º60.35%55.49%-
HSV(B)148.03º65.24%82.35%-
XYZ30.3149.3231.59-
YUV160.71114.6165.44-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.38%
GREEN value IS 210 (82.42% from 255) = 50%
BLUE value IS 137 (53.91% from 255) = 32.62%
R=17.38%
G=50%
B=32.62%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal732101370.6500.350.18148.0360.3555.49
Hex49D2894102312943c37
Octal111322211101043222247467
Binary10010011101001010001001100000101000111001010010100111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49D289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,210,137); }

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

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

 a { background-color: rgb(73,210,137); }

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

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

 span { border-color: rgb(73,210,137); }

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