Shades of Emerald #49BC85
Tints of Emerald #49BC85
RGB
CMYK
RGB Variations
Color information
#49BC85 (or 0x49BC85) is known color: Emerald. HEX triplet: 49, BC and 85. RGB value is (73,188,133). Sum of RGB (Red+Green+Blue) = 73+188+133=394 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.53% from 394); Green value is 188 (73.83% from 255 or 47.72% from 394); Blue value is 133 (52.34% from 255 or 33.76% from 394); Max value from RGB is 188 - color contains mainly: green. Hex color #49BC85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49BC85 is #B6437A. Grayscale: #939393. Windows color (decimal): -11944827 or 8764489. OLE color: 8764489.
HSL color Cylindrical-coordinate representation of color #49BC85: hue angle of 151.3º 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 #49BC85 is Cyan = 0.61, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 188 | 133 | - |
| CMYK | 0.61 | 0 | 0.29 | 0.26 |
| HSL | 151.3º | 0.46% | 0.51% | - |
| HSV(B) | 151.3º | 0.61% | 0.74% | - |
| XYZ | 24.96 | 39.08 | 28.42 | - |
| YUV | 147.35 | 119.9 | 74.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 188 | 133 | 0.61 | 0 | 0.29 | 0.26 | 151.3 | 0.46 | 0.51 |
| Hex | 49 | BC | 85 | 3D | 0 | 1D | 1A | 97 | 2E | 33 |
| Octal | 111 | 274 | 205 | 75 | 0 | 35 | 32 | 227 | 56 | 63 |
| Binary | 1001001 | 10111100 | 10000101 | 111101 | 0 | 11101 | 11010 | 10010111 | 101110 | 110011 |
Color Harmonies of #49BC85
Complementary color
Monochromatic Colors of #49BC85
Black with #49BC85
Text Example
Text Example
White with #49BC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BC85; }
p { color: rgb(73,188,133); }
H1.HeaderClassName
{
color: #49BC85;
}
.AnyTagClassName
{
color: #49BC85;
}
</style>
background-color css
<style>
a { background-color: #49BC85; }
a { background-color: rgb(73,188,133); }
div.DivClassName
{
background-color: #49BC85;
}
.BgClassName
{
background-color: #49BC85;
}
</style>
border-color css
<style>
span { border-color: #49BC85; }
span { border-color: rgb(73,188,133); }
td.TdClassName
{
border-color: #49BC85;
}
.TagClassName
{
border-color: #49BC85;
}
</style>