Shades of Emerald #49C66C
Tints of Emerald #49C66C
RGB
CMYK
RGB Variations
Color information
#49C66C (or 0x49C66C) is known color: Emerald. HEX triplet: 49, C6 and 6C. RGB value is (73,198,108). Sum of RGB (Red+Green+Blue) = 73+198+108=379 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.26% from 379); Green value is 198 (77.73% from 255 or 52.24% from 379); Blue value is 108 (42.58% from 255 or 28.50% from 379); Max value from RGB is 198 - color contains mainly: green. Hex color #49C66C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C66C is #B63993. Grayscale: #969696. Windows color (decimal): -11942292 or 7128649. OLE color: 7128649.
HSL color Cylindrical-coordinate representation of color #49C66C: hue angle of 136.8º degrees, saturation: 0.52, 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 #49C66C is Cyan = 0.63, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 73 | 198 | 108 | - |
| CMYK | 0.63 | 0 | 0.45 | 0.22 |
| HSL | 136.8º | 0.52% | 0.53% | - |
| HSV(B) | 136.8º | 0.63% | 0.78% | - |
| XYZ | 25.65 | 42.89 | 21.11 | - |
| YUV | 150.37 | 104.09 | 72.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 198 | 108 | 0.63 | 0 | 0.45 | 0.22 | 136.8 | 0.52 | 0.53 |
| Hex | 49 | C6 | 6C | 3F | 0 | 2D | 16 | 89 | 34 | 35 |
| Octal | 111 | 306 | 154 | 77 | 0 | 55 | 26 | 211 | 64 | 65 |
| Binary | 1001001 | 11000110 | 1101100 | 111111 | 0 | 101101 | 10110 | 10001001 | 110100 | 110101 |
Color Harmonies of #49C66C
Complementary color
Monochromatic Colors of #49C66C
Black with #49C66C
Text Example
Text Example
White with #49C66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C66C; }
p { color: rgb(73,198,108); }
H1.HeaderClassName
{
color: #49C66C;
}
.AnyTagClassName
{
color: #49C66C;
}
</style>
background-color css
<style>
a { background-color: #49C66C; }
a { background-color: rgb(73,198,108); }
div.DivClassName
{
background-color: #49C66C;
}
.BgClassName
{
background-color: #49C66C;
}
</style>
border-color css
<style>
span { border-color: #49C66C; }
span { border-color: rgb(73,198,108); }
td.TdClassName
{
border-color: #49C66C;
}
.TagClassName
{
border-color: #49C66C;
}
</style>