Shades of Emerald #49D070
Tints of Emerald #49D070
RGB
CMYK
RGB Variations
Color information
#49D070 (or 0x49D070) is known color: Emerald. HEX triplet: 49, D0 and 70. RGB value is (73,208,112). Sum of RGB (Red+Green+Blue) = 73+208+112=393 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.58% from 393); Green value is 208 (81.64% from 255 or 52.93% from 393); Blue value is 112 (44.14% from 255 or 28.50% from 393); Max value from RGB is 208 - color contains mainly: green. Hex color #49D070 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D070 is #B62F8F. Grayscale: #9C9C9C. Windows color (decimal): -11939728 or 7393353. OLE color: 7393353.
HSL color Cylindrical-coordinate representation of color #49D070: hue angle of 137.33º degrees, saturation: 0.59, 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 #49D070 is Cyan = 0.65, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 208 | 112 | - |
| CMYK | 0.65 | 0 | 0.46 | 0.18 |
| HSL | 137.33º | 0.59% | 0.55% | - |
| HSV(B) | 137.33º | 0.65% | 0.82% | - |
| XYZ | 28.23 | 47.7 | 23.05 | - |
| YUV | 156.69 | 102.77 | 68.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 208 | 112 | 0.65 | 0 | 0.46 | 0.18 | 137.33 | 0.59 | 0.55 |
| Hex | 49 | D0 | 70 | 41 | 0 | 2E | 12 | 89 | 3B | 37 |
| Octal | 111 | 320 | 160 | 101 | 0 | 56 | 22 | 211 | 73 | 67 |
| Binary | 1001001 | 11010000 | 1110000 | 1000001 | 0 | 101110 | 10010 | 10001001 | 111011 | 110111 |
Color Harmonies of #49D070
Complementary color
Monochromatic Colors of #49D070
Black with #49D070
Text Example
Text Example
White with #49D070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D070; }
p { color: rgb(73,208,112); }
H1.HeaderClassName
{
color: #49D070;
}
.AnyTagClassName
{
color: #49D070;
}
</style>
background-color css
<style>
a { background-color: #49D070; }
a { background-color: rgb(73,208,112); }
div.DivClassName
{
background-color: #49D070;
}
.BgClassName
{
background-color: #49D070;
}
</style>
border-color css
<style>
span { border-color: #49D070; }
span { border-color: rgb(73,208,112); }
td.TdClassName
{
border-color: #49D070;
}
.TagClassName
{
border-color: #49D070;
}
</style>