Shades of Emerald #49C786
Tints of Emerald #49C786
RGB
CMYK
RGB Variations
Color information
#49C786 (or 0x49C786) is known color: Emerald. HEX triplet: 49, C7 and 86. RGB value is (73,199,134). Sum of RGB (Red+Green+Blue) = 73+199+134=406 (53% of max value = 765). Red value is 73 (28.91% from 255 or 17.98% from 406); Green value is 199 (78.12% from 255 or 49.01% from 406); Blue value is 134 (52.73% from 255 or 33.00% from 406); Max value from RGB is 199 - color contains mainly: green. Hex color #49C786 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C786 is #B63879. Grayscale: #9A9A9A. Windows color (decimal): -11942010 or 8832841. OLE color: 8832841.
HSL color Cylindrical-coordinate representation of color #49C786: hue angle of 149.05º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49C786 is Cyan = 0.63, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 73 | 199 | 134 | - |
| CMYK | 0.63 | 0 | 0.33 | 0.22 |
| HSL | 149.05º | 0.53% | 0.53% | - |
| HSV(B) | 149.05º | 0.63% | 0.78% | - |
| XYZ | 27.47 | 43.98 | 29.6 | - |
| YUV | 153.92 | 116.76 | 70.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 199 | 134 | 0.63 | 0 | 0.33 | 0.22 | 149.05 | 0.53 | 0.53 |
| Hex | 49 | C7 | 86 | 3F | 0 | 21 | 16 | 95 | 35 | 35 |
| Octal | 111 | 307 | 206 | 77 | 0 | 41 | 26 | 225 | 65 | 65 |
| Binary | 1001001 | 11000111 | 10000110 | 111111 | 0 | 100001 | 10110 | 10010101 | 110101 | 110101 |
Color Harmonies of #49C786
Complementary color
Monochromatic Colors of #49C786
Black with #49C786
Text Example
Text Example
White with #49C786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C786; }
p { color: rgb(73,199,134); }
H1.HeaderClassName
{
color: #49C786;
}
.AnyTagClassName
{
color: #49C786;
}
</style>
background-color css
<style>
a { background-color: #49C786; }
a { background-color: rgb(73,199,134); }
div.DivClassName
{
background-color: #49C786;
}
.BgClassName
{
background-color: #49C786;
}
</style>
border-color css
<style>
span { border-color: #49C786; }
span { border-color: rgb(73,199,134); }
td.TdClassName
{
border-color: #49C786;
}
.TagClassName
{
border-color: #49C786;
}
</style>