Shades of Emerald #49BD71
Tints of Emerald #49BD71
RGB
CMYK
RGB Variations
Color information
#49BD71 (or 0x49BD71) is known color: Emerald. HEX triplet: 49, BD and 71. RGB value is (73,189,113). Sum of RGB (Red+Green+Blue) = 73+189+113=375 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.47% from 375); Green value is 189 (74.22% from 255 or 50.4% from 375); Blue value is 113 (44.53% from 255 or 30.13% from 375); Max value from RGB is 189 - color contains mainly: green. Hex color #49BD71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49BD71 is #B6428E. Grayscale: #919191. Windows color (decimal): -11944591 or 7454025. OLE color: 7454025.
HSL color Cylindrical-coordinate representation of color #49BD71: hue angle of 140.69º 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 #49BD71 is Cyan = 0.61, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 189 | 113 | - |
| CMYK | 0.61 | 0 | 0.40 | 0.26 |
| HSL | 140.69º | 0.47% | 0.51% | - |
| HSV(B) | 140.69º | 0.61% | 0.74% | - |
| XYZ | 23.93 | 39 | 21.89 | - |
| YUV | 145.65 | 109.57 | 76.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 189 | 113 | 0.61 | 0 | 0.40 | 0.26 | 140.69 | 0.47 | 0.51 |
| Hex | 49 | BD | 71 | 3D | 0 | 28 | 1A | 8D | 2F | 33 |
| Octal | 111 | 275 | 161 | 75 | 0 | 50 | 32 | 215 | 57 | 63 |
| Binary | 1001001 | 10111101 | 1110001 | 111101 | 0 | 101000 | 11010 | 10001101 | 101111 | 110011 |
Color Harmonies of #49BD71
Complementary color
Monochromatic Colors of #49BD71
Black with #49BD71
Text Example
Text Example
White with #49BD71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BD71; }
p { color: rgb(73,189,113); }
H1.HeaderClassName
{
color: #49BD71;
}
.AnyTagClassName
{
color: #49BD71;
}
</style>
background-color css
<style>
a { background-color: #49BD71; }
a { background-color: rgb(73,189,113); }
div.DivClassName
{
background-color: #49BD71;
}
.BgClassName
{
background-color: #49BD71;
}
</style>
border-color css
<style>
span { border-color: #49BD71; }
span { border-color: rgb(73,189,113); }
td.TdClassName
{
border-color: #49BD71;
}
.TagClassName
{
border-color: #49BD71;
}
</style>