Shades of Emerald #49BD89
Tints of Emerald #49BD89
RGB
CMYK
RGB Variations
Color information
#49BD89 (or 0x49BD89) is known color: Emerald. HEX triplet: 49, BD and 89. RGB value is (73,189,137). Sum of RGB (Red+Green+Blue) = 73+189+137=399 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.30% from 399); Green value is 189 (74.22% from 255 or 47.37% from 399); Blue value is 137 (53.91% from 255 or 34.34% from 399); Max value from RGB is 189 - color contains mainly: green. Hex color #49BD89 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49BD89 is #B64276. Grayscale: #949494. Windows color (decimal): -11944567 or 9026889. OLE color: 9026889.
HSL color Cylindrical-coordinate representation of color #49BD89: hue angle of 153.1º 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 #49BD89 is Cyan = 0.61, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 189 | 137 | - |
| CMYK | 0.61 | 0 | 0.28 | 0.26 |
| HSL | 153.1º | 0.47% | 0.51% | - |
| HSV(B) | 153.1º | 0.61% | 0.74% | - |
| XYZ | 25.46 | 39.62 | 29.97 | - |
| YUV | 148.39 | 121.57 | 74.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 189 | 137 | 0.61 | 0 | 0.28 | 0.26 | 153.1 | 0.47 | 0.51 |
| Hex | 49 | BD | 89 | 3D | 0 | 1C | 1A | 99 | 2F | 33 |
| Octal | 111 | 275 | 211 | 75 | 0 | 34 | 32 | 231 | 57 | 63 |
| Binary | 1001001 | 10111101 | 10001001 | 111101 | 0 | 11100 | 11010 | 10011001 | 101111 | 110011 |
Color Harmonies of #49BD89
Complementary color
Monochromatic Colors of #49BD89
Black with #49BD89
Text Example
Text Example
White with #49BD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BD89; }
p { color: rgb(73,189,137); }
H1.HeaderClassName
{
color: #49BD89;
}
.AnyTagClassName
{
color: #49BD89;
}
</style>
background-color css
<style>
a { background-color: #49BD89; }
a { background-color: rgb(73,189,137); }
div.DivClassName
{
background-color: #49BD89;
}
.BgClassName
{
background-color: #49BD89;
}
</style>
border-color css
<style>
span { border-color: #49BD89; }
span { border-color: rgb(73,189,137); }
td.TdClassName
{
border-color: #49BD89;
}
.TagClassName
{
border-color: #49BD89;
}
</style>