Shades of Fern Green #4C7F40
Tints of Fern Green #4C7F40
RGB
CMYK
RGB Variations
Color information
#4C7F40 (or 0x4C7F40) is known color: Fern Green. HEX triplet: 4C, 7F and 40. RGB value is (76,127,64). Sum of RGB (Red+Green+Blue) = 76+127+64=267 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.46% from 267); Green value is 127 (50% from 255 or 47.57% from 267); Blue value is 64 (25.39% from 255 or 23.97% from 267); Max value from RGB is 127 - color contains mainly: green. Hex color #4C7F40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C7F40 is #B380BF. Grayscale: #686868. Windows color (decimal): -11763904 or 4226892. OLE color: 4226892.
HSL color Cylindrical-coordinate representation of color #4C7F40: hue angle of 108.57º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4C7F40 is Cyan = 0.40, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 76 | 127 | 64 | - |
| CMYK | 0.40 | 0 | 0.50 | 0.50 |
| HSL | 108.57º | 0.33% | 0.37% | - |
| HSV(B) | 108.57º | 0.5% | 0.5% | - |
| XYZ | 11.5 | 17.09 | 7.54 | - |
| YUV | 104.57 | 105.1 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 127 | 64 | 0.40 | 0 | 0.50 | 0.50 | 108.57 | 0.33 | 0.37 |
| Hex | 4C | 7F | 40 | 28 | 0 | 32 | 32 | 6D | 21 | 25 |
| Octal | 114 | 177 | 100 | 50 | 0 | 62 | 62 | 155 | 41 | 45 |
| Binary | 1001100 | 1111111 | 1000000 | 101000 | 0 | 110010 | 110010 | 1101101 | 100001 | 100101 |
Color Harmonies of #4C7F40
Complementary color
Monochromatic Colors of #4C7F40
Black with #4C7F40
Text Example
Text Example
White with #4C7F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7F40; }
p { color: rgb(76,127,64); }
H1.HeaderClassName
{
color: #4C7F40;
}
.AnyTagClassName
{
color: #4C7F40;
}
</style>
background-color css
<style>
a { background-color: #4C7F40; }
a { background-color: rgb(76,127,64); }
div.DivClassName
{
background-color: #4C7F40;
}
.BgClassName
{
background-color: #4C7F40;
}
</style>
border-color css
<style>
span { border-color: #4C7F40; }
span { border-color: rgb(76,127,64); }
td.TdClassName
{
border-color: #4C7F40;
}
.TagClassName
{
border-color: #4C7F40;
}
</style>