Shades of Emerald #49C86C
Tints of Emerald #49C86C
RGB
CMYK
RGB Variations
Color information
#49C86C (or 0x49C86C) is known color: Emerald. HEX triplet: 49, C8 and 6C. RGB value is (73,200,108). Sum of RGB (Red+Green+Blue) = 73+200+108=381 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.16% from 381); Green value is 200 (78.52% from 255 or 52.49% from 381); Blue value is 108 (42.58% from 255 or 28.35% from 381); Max value from RGB is 200 - color contains mainly: green. Hex color #49C86C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C86C is #B63793. Grayscale: #979797. Windows color (decimal): -11941780 or 7129161. OLE color: 7129161.
HSL color Cylindrical-coordinate representation of color #49C86C: hue angle of 136.54º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49C86C is Cyan = 0.64, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 73 | 200 | 108 | - |
| CMYK | 0.64 | 0 | 0.46 | 0.22 |
| HSL | 136.54º | 0.54% | 0.54% | - |
| HSV(B) | 136.54º | 0.64% | 0.78% | - |
| XYZ | 26.11 | 43.81 | 21.27 | - |
| YUV | 151.54 | 103.42 | 71.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 200 | 108 | 0.64 | 0 | 0.46 | 0.22 | 136.54 | 0.54 | 0.54 |
| Hex | 49 | C8 | 6C | 40 | 0 | 2E | 16 | 89 | 36 | 36 |
| Octal | 111 | 310 | 154 | 100 | 0 | 56 | 26 | 211 | 66 | 66 |
| Binary | 1001001 | 11001000 | 1101100 | 1000000 | 0 | 101110 | 10110 | 10001001 | 110110 | 110110 |
Color Harmonies of #49C86C
Complementary color
Monochromatic Colors of #49C86C
Black with #49C86C
Text Example
Text Example
White with #49C86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C86C; }
p { color: rgb(73,200,108); }
H1.HeaderClassName
{
color: #49C86C;
}
.AnyTagClassName
{
color: #49C86C;
}
</style>
background-color css
<style>
a { background-color: #49C86C; }
a { background-color: rgb(73,200,108); }
div.DivClassName
{
background-color: #49C86C;
}
.BgClassName
{
background-color: #49C86C;
}
</style>
border-color css
<style>
span { border-color: #49C86C; }
span { border-color: rgb(73,200,108); }
td.TdClassName
{
border-color: #49C86C;
}
.TagClassName
{
border-color: #49C86C;
}
</style>