Shades of Emerald #49C972
Tints of Emerald #49C972
RGB
CMYK
RGB Variations
Color information
#49C972 (or 0x49C972) is known color: Emerald. HEX triplet: 49, C9 and 72. RGB value is (73,201,114). Sum of RGB (Red+Green+Blue) = 73+201+114=388 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.81% from 388); Green value is 201 (78.91% from 255 or 51.80% from 388); Blue value is 114 (44.92% from 255 or 29.38% from 388); Max value from RGB is 201 - color contains mainly: green. Hex color #49C972 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C972 is #B6368D. Grayscale: #999999. Windows color (decimal): -11941518 or 7522633. OLE color: 7522633.
HSL color Cylindrical-coordinate representation of color #49C972: hue angle of 139.22º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49C972 is Cyan = 0.64, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 73 | 201 | 114 | - |
| CMYK | 0.64 | 0 | 0.43 | 0.21 |
| HSL | 139.22º | 0.54% | 0.54% | - |
| HSV(B) | 139.22º | 0.64% | 0.79% | - |
| XYZ | 26.67 | 44.4 | 23.08 | - |
| YUV | 152.81 | 106.09 | 71.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 201 | 114 | 0.64 | 0 | 0.43 | 0.21 | 139.22 | 0.54 | 0.54 |
| Hex | 49 | C9 | 72 | 40 | 0 | 2B | 15 | 8B | 36 | 36 |
| Octal | 111 | 311 | 162 | 100 | 0 | 53 | 25 | 213 | 66 | 66 |
| Binary | 1001001 | 11001001 | 1110010 | 1000000 | 0 | 101011 | 10101 | 10001011 | 110110 | 110110 |
Color Harmonies of #49C972
Complementary color
Monochromatic Colors of #49C972
Black with #49C972
Text Example
Text Example
White with #49C972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C972; }
p { color: rgb(73,201,114); }
H1.HeaderClassName
{
color: #49C972;
}
.AnyTagClassName
{
color: #49C972;
}
</style>
background-color css
<style>
a { background-color: #49C972; }
a { background-color: rgb(73,201,114); }
div.DivClassName
{
background-color: #49C972;
}
.BgClassName
{
background-color: #49C972;
}
</style>
border-color css
<style>
span { border-color: #49C972; }
span { border-color: rgb(73,201,114); }
td.TdClassName
{
border-color: #49C972;
}
.TagClassName
{
border-color: #49C972;
}
</style>