Shades of Emerald #49D576
Tints of Emerald #49D576
RGB
CMYK
RGB Variations
Color information
#49D576 (or 0x49D576) is known color: Emerald. HEX triplet: 49, D5 and 76. RGB value is (73,213,118). Sum of RGB (Red+Green+Blue) = 73+213+118=404 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.07% from 404); Green value is 213 (83.59% from 255 or 52.72% from 404); Blue value is 118 (46.48% from 255 or 29.21% from 404); Max value from RGB is 213 - color contains mainly: green. Hex color #49D576 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D576 is #B62A89. Grayscale: #A0A0A0. Windows color (decimal): -11938442 or 7787849. OLE color: 7787849.
HSL color Cylindrical-coordinate representation of color #49D576: hue angle of 139.29º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D576 is Cyan = 0.66, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 213 | 118 | - |
| CMYK | 0.66 | 0 | 0.45 | 0.16 |
| HSL | 139.29º | 0.63% | 0.56% | - |
| HSV(B) | 139.29º | 0.66% | 0.84% | - |
| XYZ | 29.81 | 50.31 | 25.28 | - |
| YUV | 160.31 | 104.12 | 65.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 213 | 118 | 0.66 | 0 | 0.45 | 0.16 | 139.29 | 0.63 | 0.56 |
| Hex | 49 | D5 | 76 | 42 | 0 | 2D | 10 | 8B | 3E | 38 |
| Octal | 111 | 325 | 166 | 102 | 0 | 55 | 20 | 213 | 76 | 70 |
| Binary | 1001001 | 11010101 | 1110110 | 1000010 | 0 | 101101 | 10000 | 10001011 | 111110 | 111000 |
Color Harmonies of #49D576
Complementary color
Monochromatic Colors of #49D576
Black with #49D576
Text Example
Text Example
White with #49D576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D576; }
p { color: rgb(73,213,118); }
H1.HeaderClassName
{
color: #49D576;
}
.AnyTagClassName
{
color: #49D576;
}
</style>
background-color css
<style>
a { background-color: #49D576; }
a { background-color: rgb(73,213,118); }
div.DivClassName
{
background-color: #49D576;
}
.BgClassName
{
background-color: #49D576;
}
</style>
border-color css
<style>
span { border-color: #49D576; }
span { border-color: rgb(73,213,118); }
td.TdClassName
{
border-color: #49D576;
}
.TagClassName
{
border-color: #49D576;
}
</style>