Shades of Emerald #49CA6D
Tints of Emerald #49CA6D
RGB
CMYK
RGB Variations
Color information
#49CA6D (or 0x49CA6D) is known color: Emerald. HEX triplet: 49, CA and 6D. RGB value is (73,202,109). Sum of RGB (Red+Green+Blue) = 73+202+109=384 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.01% from 384); Green value is 202 (79.30% from 255 or 52.60% from 384); Blue value is 109 (42.97% from 255 or 28.39% from 384); Max value from RGB is 202 - color contains mainly: green. Hex color #49CA6D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49CA6D is #B63592. Grayscale: #999999. Windows color (decimal): -11941267 or 7195209. OLE color: 7195209.
HSL color Cylindrical-coordinate representation of color #49CA6D: hue angle of 136.74º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49CA6D is Cyan = 0.64, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 73 | 202 | 109 | - |
| CMYK | 0.64 | 0 | 0.46 | 0.21 |
| HSL | 136.74º | 0.55% | 0.54% | - |
| HSV(B) | 136.74º | 0.64% | 0.79% | - |
| XYZ | 26.63 | 44.76 | 21.7 | - |
| YUV | 152.83 | 103.26 | 71.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 202 | 109 | 0.64 | 0 | 0.46 | 0.21 | 136.74 | 0.55 | 0.54 |
| Hex | 49 | CA | 6D | 40 | 0 | 2E | 15 | 89 | 37 | 36 |
| Octal | 111 | 312 | 155 | 100 | 0 | 56 | 25 | 211 | 67 | 66 |
| Binary | 1001001 | 11001010 | 1101101 | 1000000 | 0 | 101110 | 10101 | 10001001 | 110111 | 110110 |
Color Harmonies of #49CA6D
Complementary color
Monochromatic Colors of #49CA6D
Black with #49CA6D
Text Example
Text Example
White with #49CA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CA6D; }
p { color: rgb(73,202,109); }
H1.HeaderClassName
{
color: #49CA6D;
}
.AnyTagClassName
{
color: #49CA6D;
}
</style>
background-color css
<style>
a { background-color: #49CA6D; }
a { background-color: rgb(73,202,109); }
div.DivClassName
{
background-color: #49CA6D;
}
.BgClassName
{
background-color: #49CA6D;
}
</style>
border-color css
<style>
span { border-color: #49CA6D; }
span { border-color: rgb(73,202,109); }
td.TdClassName
{
border-color: #49CA6D;
}
.TagClassName
{
border-color: #49CA6D;
}
</style>