Shades of Emerald #49C077
Tints of Emerald #49C077
RGB
CMYK
RGB Variations
Color information
#49C077 (or 0x49C077) is known color: Emerald. HEX triplet: 49, C0 and 77. RGB value is (73,192,119). Sum of RGB (Red+Green+Blue) = 73+192+119=384 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.01% from 384); Green value is 192 (75.39% from 255 or 50% from 384); Blue value is 119 (46.88% from 255 or 30.99% from 384); Max value from RGB is 192 - color contains mainly: green. Hex color #49C077 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C077 is #B63F88. Grayscale: #949494. Windows color (decimal): -11943817 or 7848009. OLE color: 7848009.
HSL color Cylindrical-coordinate representation of color #49C077: hue angle of 143.19º 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 #49C077 is Cyan = 0.62, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 192 | 119 | - |
| CMYK | 0.62 | 0 | 0.38 | 0.25 |
| HSL | 143.19º | 0.49% | 0.52% | - |
| HSV(B) | 143.19º | 0.62% | 0.75% | - |
| XYZ | 24.93 | 40.45 | 23.95 | - |
| YUV | 148.1 | 111.58 | 74.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 192 | 119 | 0.62 | 0 | 0.38 | 0.25 | 143.19 | 0.49 | 0.52 |
| Hex | 49 | C0 | 77 | 3E | 0 | 26 | 19 | 8F | 31 | 34 |
| Octal | 111 | 300 | 167 | 76 | 0 | 46 | 31 | 217 | 61 | 64 |
| Binary | 1001001 | 11000000 | 1110111 | 111110 | 0 | 100110 | 11001 | 10001111 | 110001 | 110100 |
Color Harmonies of #49C077
Complementary color
Monochromatic Colors of #49C077
Black with #49C077
Text Example
Text Example
White with #49C077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C077; }
p { color: rgb(73,192,119); }
H1.HeaderClassName
{
color: #49C077;
}
.AnyTagClassName
{
color: #49C077;
}
</style>
background-color css
<style>
a { background-color: #49C077; }
a { background-color: rgb(73,192,119); }
div.DivClassName
{
background-color: #49C077;
}
.BgClassName
{
background-color: #49C077;
}
</style>
border-color css
<style>
span { border-color: #49C077; }
span { border-color: rgb(73,192,119); }
td.TdClassName
{
border-color: #49C077;
}
.TagClassName
{
border-color: #49C077;
}
</style>