Shades of Emerald #4CBA6D
Tints of Emerald #4CBA6D
RGB
CMYK
RGB Variations
Color information
#4CBA6D (or 0x4CBA6D) is known color: Emerald. HEX triplet: 4C, BA and 6D. RGB value is (76,186,109). Sum of RGB (Red+Green+Blue) = 76+186+109=371 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.49% from 371); Green value is 186 (73.05% from 255 or 50.13% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 186 - color contains mainly: green. Hex color #4CBA6D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CBA6D is #B34592. Grayscale: #909090. Windows color (decimal): -11748755 or 7191116. OLE color: 7191116.
HSL color Cylindrical-coordinate representation of color #4CBA6D: hue angle of 138º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4CBA6D is Cyan = 0.59, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 76 | 186 | 109 | - |
| CMYK | 0.59 | 0 | 0.41 | 0.27 |
| HSL | 138º | 0.44% | 0.51% | - |
| HSV(B) | 138º | 0.59% | 0.73% | - |
| XYZ | 23.3 | 37.76 | 20.53 | - |
| YUV | 144.33 | 108.06 | 79.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 186 | 109 | 0.59 | 0 | 0.41 | 0.27 | 138 | 0.44 | 0.51 |
| Hex | 4C | BA | 6D | 3B | 0 | 29 | 1B | 8A | 2C | 33 |
| Octal | 114 | 272 | 155 | 73 | 0 | 51 | 33 | 212 | 54 | 63 |
| Binary | 1001100 | 10111010 | 1101101 | 111011 | 0 | 101001 | 11011 | 10001010 | 101100 | 110011 |
Color Harmonies of #4CBA6D
Complementary color
Monochromatic Colors of #4CBA6D
Black with #4CBA6D
Text Example
Text Example
White with #4CBA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBA6D; }
p { color: rgb(76,186,109); }
H1.HeaderClassName
{
color: #4CBA6D;
}
.AnyTagClassName
{
color: #4CBA6D;
}
</style>
background-color css
<style>
a { background-color: #4CBA6D; }
a { background-color: rgb(76,186,109); }
div.DivClassName
{
background-color: #4CBA6D;
}
.BgClassName
{
background-color: #4CBA6D;
}
</style>
border-color css
<style>
span { border-color: #4CBA6D; }
span { border-color: rgb(76,186,109); }
td.TdClassName
{
border-color: #4CBA6D;
}
.TagClassName
{
border-color: #4CBA6D;
}
</style>