Shades of Emerald #49BC73
Tints of Emerald #49BC73
RGB
CMYK
RGB Variations
Color information
#49BC73 (or 0x49BC73) is known color: Emerald. HEX triplet: 49, BC and 73. RGB value is (73,188,115). Sum of RGB (Red+Green+Blue) = 73+188+115=376 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.41% from 376); Green value is 188 (73.83% from 255 or 50% from 376); Blue value is 115 (45.31% from 255 or 30.59% from 376); Max value from RGB is 188 - color contains mainly: green. Hex color #49BC73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49BC73 is #B6438C. Grayscale: #919191. Windows color (decimal): -11944845 or 7584841. OLE color: 7584841.
HSL color Cylindrical-coordinate representation of color #49BC73: hue angle of 141.91º 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 #49BC73 is Cyan = 0.61, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 188 | 115 | - |
| CMYK | 0.61 | 0 | 0.39 | 0.26 |
| HSL | 141.91º | 0.46% | 0.51% | - |
| HSV(B) | 141.91º | 0.61% | 0.74% | - |
| XYZ | 23.83 | 38.62 | 22.42 | - |
| YUV | 145.29 | 110.9 | 76.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 188 | 115 | 0.61 | 0 | 0.39 | 0.26 | 141.91 | 0.46 | 0.51 |
| Hex | 49 | BC | 73 | 3D | 0 | 27 | 1A | 8E | 2E | 33 |
| Octal | 111 | 274 | 163 | 75 | 0 | 47 | 32 | 216 | 56 | 63 |
| Binary | 1001001 | 10111100 | 1110011 | 111101 | 0 | 100111 | 11010 | 10001110 | 101110 | 110011 |
Color Harmonies of #49BC73
Complementary color
Monochromatic Colors of #49BC73
Black with #49BC73
Text Example
Text Example
White with #49BC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BC73; }
p { color: rgb(73,188,115); }
H1.HeaderClassName
{
color: #49BC73;
}
.AnyTagClassName
{
color: #49BC73;
}
</style>
background-color css
<style>
a { background-color: #49BC73; }
a { background-color: rgb(73,188,115); }
div.DivClassName
{
background-color: #49BC73;
}
.BgClassName
{
background-color: #49BC73;
}
</style>
border-color css
<style>
span { border-color: #49BC73; }
span { border-color: rgb(73,188,115); }
td.TdClassName
{
border-color: #49BC73;
}
.TagClassName
{
border-color: #49BC73;
}
</style>