Shades of Emerald #49BD73
Tints of Emerald #49BD73
RGB
CMYK
RGB Variations
Color information
#49BD73 (or 0x49BD73) is known color: Emerald. HEX triplet: 49, BD and 73. RGB value is (73,189,115). Sum of RGB (Red+Green+Blue) = 73+189+115=377 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.36% from 377); Green value is 189 (74.22% from 255 or 50.13% from 377); Blue value is 115 (45.31% from 255 or 30.50% from 377); Max value from RGB is 189 - color contains mainly: green. Hex color #49BD73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49BD73 is #B6428C. Grayscale: #929292. Windows color (decimal): -11944589 or 7585097. OLE color: 7585097.
HSL color Cylindrical-coordinate representation of color #49BD73: hue angle of 141.72º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49BD73 is Cyan = 0.61, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 189 | 115 | - |
| CMYK | 0.61 | 0 | 0.39 | 0.26 |
| HSL | 141.72º | 0.47% | 0.51% | - |
| HSV(B) | 141.72º | 0.61% | 0.74% | - |
| XYZ | 24.04 | 39.05 | 22.49 | - |
| YUV | 145.88 | 110.57 | 76.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 189 | 115 | 0.61 | 0 | 0.39 | 0.26 | 141.72 | 0.47 | 0.51 |
| Hex | 49 | BD | 73 | 3D | 0 | 27 | 1A | 8E | 2F | 33 |
| Octal | 111 | 275 | 163 | 75 | 0 | 47 | 32 | 216 | 57 | 63 |
| Binary | 1001001 | 10111101 | 1110011 | 111101 | 0 | 100111 | 11010 | 10001110 | 101111 | 110011 |
Color Harmonies of #49BD73
Complementary color
Monochromatic Colors of #49BD73
Black with #49BD73
Text Example
Text Example
White with #49BD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BD73; }
p { color: rgb(73,189,115); }
H1.HeaderClassName
{
color: #49BD73;
}
.AnyTagClassName
{
color: #49BD73;
}
</style>
background-color css
<style>
a { background-color: #49BD73; }
a { background-color: rgb(73,189,115); }
div.DivClassName
{
background-color: #49BD73;
}
.BgClassName
{
background-color: #49BD73;
}
</style>
border-color css
<style>
span { border-color: #49BD73; }
span { border-color: rgb(73,189,115); }
td.TdClassName
{
border-color: #49BD73;
}
.TagClassName
{
border-color: #49BD73;
}
</style>