Shades of Emerald #49BB89
Tints of Emerald #49BB89
RGB
CMYK
RGB Variations
Color information
#49BB89 (or 0x49BB89) is known color: Emerald. HEX triplet: 49, BB and 89. RGB value is (73,187,137). Sum of RGB (Red+Green+Blue) = 73+187+137=397 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.39% from 397); Green value is 187 (73.44% from 255 or 47.10% from 397); Blue value is 137 (53.91% from 255 or 34.51% from 397); Max value from RGB is 187 - color contains mainly: green. Hex color #49BB89 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49BB89 is #B64476. Grayscale: #939393. Windows color (decimal): -11945079 or 9026377. OLE color: 9026377.
HSL color Cylindrical-coordinate representation of color #49BB89: hue angle of 153.68º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49BB89 is Cyan = 0.61, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 187 | 137 | - |
| CMYK | 0.61 | 0 | 0.27 | 0.27 |
| HSL | 153.68º | 0.46% | 0.51% | - |
| HSV(B) | 153.68º | 0.61% | 0.73% | - |
| XYZ | 25.03 | 38.76 | 29.83 | - |
| YUV | 147.21 | 122.23 | 75.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 187 | 137 | 0.61 | 0 | 0.27 | 0.27 | 153.68 | 0.46 | 0.51 |
| Hex | 49 | BB | 89 | 3D | 0 | 1B | 1B | 9A | 2E | 33 |
| Octal | 111 | 273 | 211 | 75 | 0 | 33 | 33 | 232 | 56 | 63 |
| Binary | 1001001 | 10111011 | 10001001 | 111101 | 0 | 11011 | 11011 | 10011010 | 101110 | 110011 |
Color Harmonies of #49BB89
Complementary color
Monochromatic Colors of #49BB89
Black with #49BB89
Text Example
Text Example
White with #49BB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BB89; }
p { color: rgb(73,187,137); }
H1.HeaderClassName
{
color: #49BB89;
}
.AnyTagClassName
{
color: #49BB89;
}
</style>
background-color css
<style>
a { background-color: #49BB89; }
a { background-color: rgb(73,187,137); }
div.DivClassName
{
background-color: #49BB89;
}
.BgClassName
{
background-color: #49BB89;
}
</style>
border-color css
<style>
span { border-color: #49BB89; }
span { border-color: rgb(73,187,137); }
td.TdClassName
{
border-color: #49BB89;
}
.TagClassName
{
border-color: #49BB89;
}
</style>