Shades of Emerald #49C070
Tints of Emerald #49C070
RGB
CMYK
RGB Variations
Color information
#49C070 (or 0x49C070) is known color: Emerald. HEX triplet: 49, C0 and 70. RGB value is (73,192,112). Sum of RGB (Red+Green+Blue) = 73+192+112=377 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.36% from 377); Green value is 192 (75.39% from 255 or 50.93% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 192 - color contains mainly: green. Hex color #49C070 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C070 is #B63F8F. Grayscale: #939393. Windows color (decimal): -11943824 or 7389257. OLE color: 7389257.
HSL color Cylindrical-coordinate representation of color #49C070: hue angle of 139.66º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49C070 is Cyan = 0.62, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 192 | 112 | - |
| CMYK | 0.62 | 0 | 0.42 | 0.25 |
| HSL | 139.66º | 0.49% | 0.52% | - |
| HSV(B) | 139.66º | 0.62% | 0.75% | - |
| XYZ | 24.52 | 40.29 | 21.81 | - |
| YUV | 147.3 | 108.08 | 75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 192 | 112 | 0.62 | 0 | 0.42 | 0.25 | 139.66 | 0.49 | 0.52 |
| Hex | 49 | C0 | 70 | 3E | 0 | 2A | 19 | 8C | 31 | 34 |
| Octal | 111 | 300 | 160 | 76 | 0 | 52 | 31 | 214 | 61 | 64 |
| Binary | 1001001 | 11000000 | 1110000 | 111110 | 0 | 101010 | 11001 | 10001100 | 110001 | 110100 |
Color Harmonies of #49C070
Complementary color
Monochromatic Colors of #49C070
Black with #49C070
Text Example
Text Example
White with #49C070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C070; }
p { color: rgb(73,192,112); }
H1.HeaderClassName
{
color: #49C070;
}
.AnyTagClassName
{
color: #49C070;
}
</style>
background-color css
<style>
a { background-color: #49C070; }
a { background-color: rgb(73,192,112); }
div.DivClassName
{
background-color: #49C070;
}
.BgClassName
{
background-color: #49C070;
}
</style>
border-color css
<style>
span { border-color: #49C070; }
span { border-color: rgb(73,192,112); }
td.TdClassName
{
border-color: #49C070;
}
.TagClassName
{
border-color: #49C070;
}
</style>