Shades of Emerald #49BC7C
Tints of Emerald #49BC7C
RGB
CMYK
RGB Variations
Color information
#49BC7C (or 0x49BC7C) is known color: Emerald. HEX triplet: 49, BC and 7C. RGB value is (73,188,124). Sum of RGB (Red+Green+Blue) = 73+188+124=385 (50% of max value = 765). Red value is 73 (28.91% from 255 or 18.96% from 385); Green value is 188 (73.83% from 255 or 48.83% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 188 - color contains mainly: green. Hex color #49BC7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49BC7C is #B64383. Grayscale: #929292. Windows color (decimal): -11944836 or 8174665. OLE color: 8174665.
HSL color Cylindrical-coordinate representation of color #49BC7C: hue angle of 146.61º 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 #49BC7C is Cyan = 0.61, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 188 | 124 | - |
| CMYK | 0.61 | 0 | 0.34 | 0.26 |
| HSL | 146.61º | 0.46% | 0.51% | - |
| HSV(B) | 146.61º | 0.61% | 0.74% | - |
| XYZ | 24.37 | 38.84 | 25.28 | - |
| YUV | 146.32 | 115.4 | 75.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 188 | 124 | 0.61 | 0 | 0.34 | 0.26 | 146.61 | 0.46 | 0.51 |
| Hex | 49 | BC | 7C | 3D | 0 | 22 | 1A | 93 | 2E | 33 |
| Octal | 111 | 274 | 174 | 75 | 0 | 42 | 32 | 223 | 56 | 63 |
| Binary | 1001001 | 10111100 | 1111100 | 111101 | 0 | 100010 | 11010 | 10010011 | 101110 | 110011 |
Color Harmonies of #49BC7C
Complementary color
Monochromatic Colors of #49BC7C
Black with #49BC7C
Text Example
Text Example
White with #49BC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BC7C; }
p { color: rgb(73,188,124); }
H1.HeaderClassName
{
color: #49BC7C;
}
.AnyTagClassName
{
color: #49BC7C;
}
</style>
background-color css
<style>
a { background-color: #49BC7C; }
a { background-color: rgb(73,188,124); }
div.DivClassName
{
background-color: #49BC7C;
}
.BgClassName
{
background-color: #49BC7C;
}
</style>
border-color css
<style>
span { border-color: #49BC7C; }
span { border-color: rgb(73,188,124); }
td.TdClassName
{
border-color: #49BC7C;
}
.TagClassName
{
border-color: #49BC7C;
}
</style>