Shades of Emerald #4CBC7A
Tints of Emerald #4CBC7A
RGB
CMYK
RGB Variations
Color information
#4CBC7A (or 0x4CBC7A) is known color: Emerald. HEX triplet: 4C, BC and 7A. RGB value is (76,188,122). Sum of RGB (Red+Green+Blue) = 76+188+122=386 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.69% from 386); Green value is 188 (73.83% from 255 or 48.70% from 386); Blue value is 122 (48.05% from 255 or 31.61% from 386); Max value from RGB is 188 - color contains mainly: green. Hex color #4CBC7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CBC7A is #B34385. Grayscale: #939393. Windows color (decimal): -11748230 or 8043596. OLE color: 8043596.
HSL color Cylindrical-coordinate representation of color #4CBC7A: hue angle of 144.64º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4CBC7A is Cyan = 0.60, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 76 | 188 | 122 | - |
| CMYK | 0.60 | 0 | 0.35 | 0.26 |
| HSL | 144.64º | 0.46% | 0.52% | - |
| HSV(B) | 144.64º | 0.6% | 0.74% | - |
| XYZ | 24.48 | 38.91 | 24.63 | - |
| YUV | 146.99 | 113.89 | 77.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 188 | 122 | 0.60 | 0 | 0.35 | 0.26 | 144.64 | 0.46 | 0.52 |
| Hex | 4C | BC | 7A | 3C | 0 | 23 | 1A | 91 | 2E | 34 |
| Octal | 114 | 274 | 172 | 74 | 0 | 43 | 32 | 221 | 56 | 64 |
| Binary | 1001100 | 10111100 | 1111010 | 111100 | 0 | 100011 | 11010 | 10010001 | 101110 | 110100 |
Color Harmonies of #4CBC7A
Complementary color
Monochromatic Colors of #4CBC7A
Black with #4CBC7A
Text Example
Text Example
White with #4CBC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBC7A; }
p { color: rgb(76,188,122); }
H1.HeaderClassName
{
color: #4CBC7A;
}
.AnyTagClassName
{
color: #4CBC7A;
}
</style>
background-color css
<style>
a { background-color: #4CBC7A; }
a { background-color: rgb(76,188,122); }
div.DivClassName
{
background-color: #4CBC7A;
}
.BgClassName
{
background-color: #4CBC7A;
}
</style>
border-color css
<style>
span { border-color: #4CBC7A; }
span { border-color: rgb(76,188,122); }
td.TdClassName
{
border-color: #4CBC7A;
}
.TagClassName
{
border-color: #4CBC7A;
}
</style>