Shades of Emerald #49D587
Tints of Emerald #49D587
RGB
CMYK
RGB Variations
Color information
#49D587 (or 0x49D587) is known color: Emerald. HEX triplet: 49, D5 and 87. RGB value is (73,213,135). Sum of RGB (Red+Green+Blue) = 73+213+135=421 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.34% from 421); Green value is 213 (83.59% from 255 or 50.59% from 421); Blue value is 135 (53.12% from 255 or 32.07% from 421); Max value from RGB is 213 - color contains mainly: green. Hex color #49D587 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D587 is #B62A78. Grayscale: #A2A2A2. Windows color (decimal): -11938425 or 8901961. OLE color: 8901961.
HSL color Cylindrical-coordinate representation of color #49D587: hue angle of 146.57º 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 #49D587 is Cyan = 0.66, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 213 | 135 | - |
| CMYK | 0.66 | 0 | 0.37 | 0.16 |
| HSL | 146.57º | 0.63% | 0.56% | - |
| HSV(B) | 146.57º | 0.66% | 0.84% | - |
| XYZ | 30.92 | 50.75 | 31.09 | - |
| YUV | 162.25 | 112.62 | 64.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 213 | 135 | 0.66 | 0 | 0.37 | 0.16 | 146.57 | 0.63 | 0.56 |
| Hex | 49 | D5 | 87 | 42 | 0 | 25 | 10 | 93 | 3E | 38 |
| Octal | 111 | 325 | 207 | 102 | 0 | 45 | 20 | 223 | 76 | 70 |
| Binary | 1001001 | 11010101 | 10000111 | 1000010 | 0 | 100101 | 10000 | 10010011 | 111110 | 111000 |
Color Harmonies of #49D587
Complementary color
Monochromatic Colors of #49D587
Black with #49D587
Text Example
Text Example
White with #49D587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D587; }
p { color: rgb(73,213,135); }
H1.HeaderClassName
{
color: #49D587;
}
.AnyTagClassName
{
color: #49D587;
}
</style>
background-color css
<style>
a { background-color: #49D587; }
a { background-color: rgb(73,213,135); }
div.DivClassName
{
background-color: #49D587;
}
.BgClassName
{
background-color: #49D587;
}
</style>
border-color css
<style>
span { border-color: #49D587; }
span { border-color: rgb(73,213,135); }
td.TdClassName
{
border-color: #49D587;
}
.TagClassName
{
border-color: #49D587;
}
</style>