Shades of Emerald #49C56E
Tints of Emerald #49C56E
RGB
CMYK
RGB Variations
Color information
#49C56E (or 0x49C56E) is known color: Emerald. HEX triplet: 49, C5 and 6E. RGB value is (73,197,110). Sum of RGB (Red+Green+Blue) = 73+197+110=380 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.21% from 380); Green value is 197 (77.34% from 255 or 51.84% from 380); Blue value is 110 (43.36% from 255 or 28.95% from 380); Max value from RGB is 197 - color contains mainly: green. Hex color #49C56E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C56E is #B63A91. Grayscale: #969696. Windows color (decimal): -11942546 or 7259465. OLE color: 7259465.
HSL color Cylindrical-coordinate representation of color #49C56E: hue angle of 137.9º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49C56E is Cyan = 0.63, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 73 | 197 | 110 | - |
| CMYK | 0.63 | 0 | 0.44 | 0.23 |
| HSL | 137.9º | 0.52% | 0.53% | - |
| HSV(B) | 137.9º | 0.63% | 0.77% | - |
| XYZ | 25.53 | 42.47 | 21.6 | - |
| YUV | 150.01 | 105.42 | 73.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 197 | 110 | 0.63 | 0 | 0.44 | 0.23 | 137.9 | 0.52 | 0.53 |
| Hex | 49 | C5 | 6E | 3F | 0 | 2C | 17 | 8A | 34 | 35 |
| Octal | 111 | 305 | 156 | 77 | 0 | 54 | 27 | 212 | 64 | 65 |
| Binary | 1001001 | 11000101 | 1101110 | 111111 | 0 | 101100 | 10111 | 10001010 | 110100 | 110101 |
Color Harmonies of #49C56E
Complementary color
Monochromatic Colors of #49C56E
Black with #49C56E
Text Example
Text Example
White with #49C56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C56E; }
p { color: rgb(73,197,110); }
H1.HeaderClassName
{
color: #49C56E;
}
.AnyTagClassName
{
color: #49C56E;
}
</style>
background-color css
<style>
a { background-color: #49C56E; }
a { background-color: rgb(73,197,110); }
div.DivClassName
{
background-color: #49C56E;
}
.BgClassName
{
background-color: #49C56E;
}
</style>
border-color css
<style>
span { border-color: #49C56E; }
span { border-color: rgb(73,197,110); }
td.TdClassName
{
border-color: #49C56E;
}
.TagClassName
{
border-color: #49C56E;
}
</style>