Shades of Emerald #49D288
Tints of Emerald #49D288
RGB
CMYK
RGB Variations
Color information
#49D288 (or 0x49D288) is known color: Emerald. HEX triplet: 49, D2 and 88. RGB value is (73,210,136). Sum of RGB (Red+Green+Blue) = 73+210+136=419 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.42% from 419); Green value is 210 (82.42% from 255 or 50.12% from 419); Blue value is 136 (53.52% from 255 or 32.46% from 419); Max value from RGB is 210 - color contains mainly: green. Hex color #49D288 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D288 is #B62D77. Grayscale: #A0A0A0. Windows color (decimal): -11939192 or 8966729. OLE color: 8966729.
HSL color Cylindrical-coordinate representation of color #49D288: hue angle of 147.59º 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 #49D288 is Cyan = 0.65, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 210 | 136 | - |
| CMYK | 0.65 | 0 | 0.35 | 0.18 |
| HSL | 147.59º | 0.6% | 0.55% | - |
| HSV(B) | 147.59º | 0.65% | 0.82% | - |
| XYZ | 30.24 | 49.29 | 31.21 | - |
| YUV | 160.6 | 114.11 | 65.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 210 | 136 | 0.65 | 0 | 0.35 | 0.18 | 147.59 | 0.6 | 0.55 |
| Hex | 49 | D2 | 88 | 41 | 0 | 23 | 12 | 94 | 3C | 37 |
| Octal | 111 | 322 | 210 | 101 | 0 | 43 | 22 | 224 | 74 | 67 |
| Binary | 1001001 | 11010010 | 10001000 | 1000001 | 0 | 100011 | 10010 | 10010100 | 111100 | 110111 |
Color Harmonies of #49D288
Complementary color
Monochromatic Colors of #49D288
Black with #49D288
Text Example
Text Example
White with #49D288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D288; }
p { color: rgb(73,210,136); }
H1.HeaderClassName
{
color: #49D288;
}
.AnyTagClassName
{
color: #49D288;
}
</style>
background-color css
<style>
a { background-color: #49D288; }
a { background-color: rgb(73,210,136); }
div.DivClassName
{
background-color: #49D288;
}
.BgClassName
{
background-color: #49D288;
}
</style>
border-color css
<style>
span { border-color: #49D288; }
span { border-color: rgb(73,210,136); }
td.TdClassName
{
border-color: #49D288;
}
.TagClassName
{
border-color: #49D288;
}
</style>