Shades of Emerald #49C06E
Tints of Emerald #49C06E
RGB
CMYK
RGB Variations
Color information
#49C06E (or 0x49C06E) is known color: Emerald. HEX triplet: 49, C0 and 6E. RGB value is (73,192,110). Sum of RGB (Red+Green+Blue) = 73+192+110=375 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.47% from 375); Green value is 192 (75.39% from 255 or 51.2% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 192 - color contains mainly: green. Hex color #49C06E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C06E is #B63F91. Grayscale: #939393. Windows color (decimal): -11943826 or 7258185. OLE color: 7258185.
HSL color Cylindrical-coordinate representation of color #49C06E: hue angle of 138.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 #49C06E is Cyan = 0.62, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 192 | 110 | - |
| CMYK | 0.62 | 0 | 0.43 | 0.25 |
| HSL | 138.66º | 0.49% | 0.52% | - |
| HSV(B) | 138.66º | 0.62% | 0.75% | - |
| XYZ | 24.41 | 40.24 | 21.23 | - |
| YUV | 147.07 | 107.08 | 75.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 192 | 110 | 0.62 | 0 | 0.43 | 0.25 | 138.66 | 0.49 | 0.52 |
| Hex | 49 | C0 | 6E | 3E | 0 | 2B | 19 | 8B | 31 | 34 |
| Octal | 111 | 300 | 156 | 76 | 0 | 53 | 31 | 213 | 61 | 64 |
| Binary | 1001001 | 11000000 | 1101110 | 111110 | 0 | 101011 | 11001 | 10001011 | 110001 | 110100 |
Color Harmonies of #49C06E
Complementary color
Monochromatic Colors of #49C06E
Black with #49C06E
Text Example
Text Example
White with #49C06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C06E; }
p { color: rgb(73,192,110); }
H1.HeaderClassName
{
color: #49C06E;
}
.AnyTagClassName
{
color: #49C06E;
}
</style>
background-color css
<style>
a { background-color: #49C06E; }
a { background-color: rgb(73,192,110); }
div.DivClassName
{
background-color: #49C06E;
}
.BgClassName
{
background-color: #49C06E;
}
</style>
border-color css
<style>
span { border-color: #49C06E; }
span { border-color: rgb(73,192,110); }
td.TdClassName
{
border-color: #49C06E;
}
.TagClassName
{
border-color: #49C06E;
}
</style>