Shades of Emerald #49BD60
Tints of Emerald #49BD60
RGB
CMYK
RGB Variations
Color information
#49BD60 (or 0x49BD60) is known color: Emerald. HEX triplet: 49, BD and 60. RGB value is (73,189,96). Sum of RGB (Red+Green+Blue) = 73+189+96=358 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.39% from 358); Green value is 189 (74.22% from 255 or 52.79% from 358); Blue value is 96 (37.89% from 255 or 26.82% from 358); Max value from RGB is 189 - color contains mainly: green. Hex color #49BD60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49BD60 is #B6429F. Grayscale: #8F8F8F. Windows color (decimal): -11944608 or 6339913. OLE color: 6339913.
HSL color Cylindrical-coordinate representation of color #49BD60: hue angle of 131.9º 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 #49BD60 is Cyan = 0.61, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 189 | 96 | - |
| CMYK | 0.61 | 0 | 0.49 | 0.26 |
| HSL | 131.9º | 0.47% | 0.51% | - |
| HSV(B) | 131.9º | 0.61% | 0.74% | - |
| XYZ | 23.06 | 38.66 | 17.31 | - |
| YUV | 143.71 | 101.07 | 77.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 189 | 96 | 0.61 | 0 | 0.49 | 0.26 | 131.9 | 0.47 | 0.51 |
| Hex | 49 | BD | 60 | 3D | 0 | 31 | 1A | 84 | 2F | 33 |
| Octal | 111 | 275 | 140 | 75 | 0 | 61 | 32 | 204 | 57 | 63 |
| Binary | 1001001 | 10111101 | 1100000 | 111101 | 0 | 110001 | 11010 | 10000100 | 101111 | 110011 |
Color Harmonies of #49BD60
Complementary color
Monochromatic Colors of #49BD60
Black with #49BD60
Text Example
Text Example
White with #49BD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BD60; }
p { color: rgb(73,189,96); }
H1.HeaderClassName
{
color: #49BD60;
}
.AnyTagClassName
{
color: #49BD60;
}
</style>
background-color css
<style>
a { background-color: #49BD60; }
a { background-color: rgb(73,189,96); }
div.DivClassName
{
background-color: #49BD60;
}
.BgClassName
{
background-color: #49BD60;
}
</style>
border-color css
<style>
span { border-color: #49BD60; }
span { border-color: rgb(73,189,96); }
td.TdClassName
{
border-color: #49BD60;
}
.TagClassName
{
border-color: #49BD60;
}
</style>