Shades of Emerald #49BC78
Tints of Emerald #49BC78
RGB
CMYK
RGB Variations
Color information
#49BC78 (or 0x49BC78) is known color: Emerald. HEX triplet: 49, BC and 78. RGB value is (73,188,120). Sum of RGB (Red+Green+Blue) = 73+188+120=381 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.16% from 381); Green value is 188 (73.83% from 255 or 49.34% from 381); Blue value is 120 (47.27% from 255 or 31.50% from 381); Max value from RGB is 188 - color contains mainly: green. Hex color #49BC78 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49BC78 is #B64387. Grayscale: #929292. Windows color (decimal): -11944840 or 7912521. OLE color: 7912521.
HSL color Cylindrical-coordinate representation of color #49BC78: hue angle of 144.52º degrees, saturation: 0.46, 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 #49BC78 is Cyan = 0.61, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 188 | 120 | - |
| CMYK | 0.61 | 0 | 0.36 | 0.26 |
| HSL | 144.52º | 0.46% | 0.51% | - |
| HSV(B) | 144.52º | 0.61% | 0.74% | - |
| XYZ | 24.12 | 38.74 | 23.98 | - |
| YUV | 145.86 | 113.4 | 76.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 188 | 120 | 0.61 | 0 | 0.36 | 0.26 | 144.52 | 0.46 | 0.51 |
| Hex | 49 | BC | 78 | 3D | 0 | 24 | 1A | 91 | 2E | 33 |
| Octal | 111 | 274 | 170 | 75 | 0 | 44 | 32 | 221 | 56 | 63 |
| Binary | 1001001 | 10111100 | 1111000 | 111101 | 0 | 100100 | 11010 | 10010001 | 101110 | 110011 |
Color Harmonies of #49BC78
Complementary color
Monochromatic Colors of #49BC78
Black with #49BC78
Text Example
Text Example
White with #49BC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BC78; }
p { color: rgb(73,188,120); }
H1.HeaderClassName
{
color: #49BC78;
}
.AnyTagClassName
{
color: #49BC78;
}
</style>
background-color css
<style>
a { background-color: #49BC78; }
a { background-color: rgb(73,188,120); }
div.DivClassName
{
background-color: #49BC78;
}
.BgClassName
{
background-color: #49BC78;
}
</style>
border-color css
<style>
span { border-color: #49BC78; }
span { border-color: rgb(73,188,120); }
td.TdClassName
{
border-color: #49BC78;
}
.TagClassName
{
border-color: #49BC78;
}
</style>