Shades of Emerald #49BC6D
Tints of Emerald #49BC6D
RGB
CMYK
RGB Variations
Color information
#49BC6D (or 0x49BC6D) is known color: Emerald. HEX triplet: 49, BC and 6D. RGB value is (73,188,109). Sum of RGB (Red+Green+Blue) = 73+188+109=370 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.73% from 370); Green value is 188 (73.83% from 255 or 50.81% from 370); Blue value is 109 (42.97% from 255 or 29.46% from 370); Max value from RGB is 188 - color contains mainly: green. Hex color #49BC6D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49BC6D is #B64392. Grayscale: #909090. Windows color (decimal): -11944851 or 7191625. OLE color: 7191625.
HSL color Cylindrical-coordinate representation of color #49BC6D: hue angle of 138.78º 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 #49BC6D is Cyan = 0.61, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 188 | 109 | - |
| CMYK | 0.61 | 0 | 0.42 | 0.26 |
| HSL | 138.78º | 0.46% | 0.51% | - |
| HSV(B) | 138.78º | 0.61% | 0.74% | - |
| XYZ | 23.49 | 38.49 | 20.66 | - |
| YUV | 144.61 | 107.9 | 76.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 188 | 109 | 0.61 | 0 | 0.42 | 0.26 | 138.78 | 0.46 | 0.51 |
| Hex | 49 | BC | 6D | 3D | 0 | 2A | 1A | 8B | 2E | 33 |
| Octal | 111 | 274 | 155 | 75 | 0 | 52 | 32 | 213 | 56 | 63 |
| Binary | 1001001 | 10111100 | 1101101 | 111101 | 0 | 101010 | 11010 | 10001011 | 101110 | 110011 |
Color Harmonies of #49BC6D
Complementary color
Monochromatic Colors of #49BC6D
Black with #49BC6D
Text Example
Text Example
White with #49BC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BC6D; }
p { color: rgb(73,188,109); }
H1.HeaderClassName
{
color: #49BC6D;
}
.AnyTagClassName
{
color: #49BC6D;
}
</style>
background-color css
<style>
a { background-color: #49BC6D; }
a { background-color: rgb(73,188,109); }
div.DivClassName
{
background-color: #49BC6D;
}
.BgClassName
{
background-color: #49BC6D;
}
</style>
border-color css
<style>
span { border-color: #49BC6D; }
span { border-color: rgb(73,188,109); }
td.TdClassName
{
border-color: #49BC6D;
}
.TagClassName
{
border-color: #49BC6D;
}
</style>