Shades of Emerald #49BD76
Tints of Emerald #49BD76
RGB
CMYK
RGB Variations
Color information
#49BD76 (or 0x49BD76) is known color: Emerald. HEX triplet: 49, BD and 76. RGB value is (73,189,118). Sum of RGB (Red+Green+Blue) = 73+189+118=380 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.21% from 380); Green value is 189 (74.22% from 255 or 49.74% from 380); Blue value is 118 (46.48% from 255 or 31.05% from 380); Max value from RGB is 189 - color contains mainly: green. Hex color #49BD76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49BD76 is #B64289. Grayscale: #929292. Windows color (decimal): -11944586 or 7781705. OLE color: 7781705.
HSL color Cylindrical-coordinate representation of color #49BD76: hue angle of 143.28º 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 #49BD76 is Cyan = 0.61, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 189 | 118 | - |
| CMYK | 0.61 | 0 | 0.38 | 0.26 |
| HSL | 143.28º | 0.47% | 0.51% | - |
| HSV(B) | 143.28º | 0.61% | 0.74% | - |
| XYZ | 24.22 | 39.12 | 23.41 | - |
| YUV | 146.22 | 112.07 | 75.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 189 | 118 | 0.61 | 0 | 0.38 | 0.26 | 143.28 | 0.47 | 0.51 |
| Hex | 49 | BD | 76 | 3D | 0 | 26 | 1A | 8F | 2F | 33 |
| Octal | 111 | 275 | 166 | 75 | 0 | 46 | 32 | 217 | 57 | 63 |
| Binary | 1001001 | 10111101 | 1110110 | 111101 | 0 | 100110 | 11010 | 10001111 | 101111 | 110011 |
Color Harmonies of #49BD76
Complementary color
Monochromatic Colors of #49BD76
Black with #49BD76
Text Example
Text Example
White with #49BD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BD76; }
p { color: rgb(73,189,118); }
H1.HeaderClassName
{
color: #49BD76;
}
.AnyTagClassName
{
color: #49BD76;
}
</style>
background-color css
<style>
a { background-color: #49BD76; }
a { background-color: rgb(73,189,118); }
div.DivClassName
{
background-color: #49BD76;
}
.BgClassName
{
background-color: #49BD76;
}
</style>
border-color css
<style>
span { border-color: #49BD76; }
span { border-color: rgb(73,189,118); }
td.TdClassName
{
border-color: #49BD76;
}
.TagClassName
{
border-color: #49BD76;
}
</style>