Shades of Emerald #49C06D
Tints of Emerald #49C06D
RGB
CMYK
RGB Variations
Color information
#49C06D (or 0x49C06D) is known color: Emerald. HEX triplet: 49, C0 and 6D. RGB value is (73,192,109). Sum of RGB (Red+Green+Blue) = 73+192+109=374 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.52% from 374); Green value is 192 (75.39% from 255 or 51.34% from 374); Blue value is 109 (42.97% from 255 or 29.14% from 374); Max value from RGB is 192 - color contains mainly: green. Hex color #49C06D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C06D is #B63F92. Grayscale: #939393. Windows color (decimal): -11943827 or 7192649. OLE color: 7192649.
HSL color Cylindrical-coordinate representation of color #49C06D: hue angle of 138.15º 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 #49C06D is Cyan = 0.62, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 192 | 109 | - |
| CMYK | 0.62 | 0 | 0.43 | 0.25 |
| HSL | 138.15º | 0.49% | 0.52% | - |
| HSV(B) | 138.15º | 0.62% | 0.75% | - |
| XYZ | 24.36 | 40.22 | 20.95 | - |
| YUV | 146.96 | 106.58 | 75.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 192 | 109 | 0.62 | 0 | 0.43 | 0.25 | 138.15 | 0.49 | 0.52 |
| Hex | 49 | C0 | 6D | 3E | 0 | 2B | 19 | 8A | 31 | 34 |
| Octal | 111 | 300 | 155 | 76 | 0 | 53 | 31 | 212 | 61 | 64 |
| Binary | 1001001 | 11000000 | 1101101 | 111110 | 0 | 101011 | 11001 | 10001010 | 110001 | 110100 |
Color Harmonies of #49C06D
Complementary color
Monochromatic Colors of #49C06D
Black with #49C06D
Text Example
Text Example
White with #49C06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C06D; }
p { color: rgb(73,192,109); }
H1.HeaderClassName
{
color: #49C06D;
}
.AnyTagClassName
{
color: #49C06D;
}
</style>
background-color css
<style>
a { background-color: #49C06D; }
a { background-color: rgb(73,192,109); }
div.DivClassName
{
background-color: #49C06D;
}
.BgClassName
{
background-color: #49C06D;
}
</style>
border-color css
<style>
span { border-color: #49C06D; }
span { border-color: rgb(73,192,109); }
td.TdClassName
{
border-color: #49C06D;
}
.TagClassName
{
border-color: #49C06D;
}
</style>