Shades of Emerald #49D586
Tints of Emerald #49D586
RGB
CMYK
RGB Variations
Color information
#49D586 (or 0x49D586) is known color: Emerald. HEX triplet: 49, D5 and 86. RGB value is (73,213,134). Sum of RGB (Red+Green+Blue) = 73+213+134=420 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.38% from 420); Green value is 213 (83.59% from 255 or 50.71% from 420); Blue value is 134 (52.73% from 255 or 31.90% from 420); Max value from RGB is 213 - color contains mainly: green. Hex color #49D586 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D586 is #B62A79. Grayscale: #A2A2A2. Windows color (decimal): -11938426 or 8836425. OLE color: 8836425.
HSL color Cylindrical-coordinate representation of color #49D586: hue angle of 146.14º 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 #49D586 is Cyan = 0.66, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 213 | 134 | - |
| CMYK | 0.66 | 0 | 0.37 | 0.16 |
| HSL | 146.14º | 0.63% | 0.56% | - |
| HSV(B) | 146.14º | 0.66% | 0.84% | - |
| XYZ | 30.84 | 50.73 | 30.72 | - |
| YUV | 162.13 | 112.12 | 64.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 213 | 134 | 0.66 | 0 | 0.37 | 0.16 | 146.14 | 0.63 | 0.56 |
| Hex | 49 | D5 | 86 | 42 | 0 | 25 | 10 | 92 | 3E | 38 |
| Octal | 111 | 325 | 206 | 102 | 0 | 45 | 20 | 222 | 76 | 70 |
| Binary | 1001001 | 11010101 | 10000110 | 1000010 | 0 | 100101 | 10000 | 10010010 | 111110 | 111000 |
Color Harmonies of #49D586
Complementary color
Monochromatic Colors of #49D586
Black with #49D586
Text Example
Text Example
White with #49D586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D586; }
p { color: rgb(73,213,134); }
H1.HeaderClassName
{
color: #49D586;
}
.AnyTagClassName
{
color: #49D586;
}
</style>
background-color css
<style>
a { background-color: #49D586; }
a { background-color: rgb(73,213,134); }
div.DivClassName
{
background-color: #49D586;
}
.BgClassName
{
background-color: #49D586;
}
</style>
border-color css
<style>
span { border-color: #49D586; }
span { border-color: rgb(73,213,134); }
td.TdClassName
{
border-color: #49D586;
}
.TagClassName
{
border-color: #49D586;
}
</style>