Shades of Fern Green #4C7D32
Tints of Fern Green #4C7D32
RGB
CMYK
RGB Variations
Color information
#4C7D32 (or 0x4C7D32) is known color: Fern Green. HEX triplet: 4C, 7D and 32. RGB value is (76,125,50). Sum of RGB (Red+Green+Blue) = 76+125+50=251 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.28% from 251); Green value is 125 (49.22% from 255 or 49.80% from 251); Blue value is 50 (19.92% from 255 or 19.92% from 251); Max value from RGB is 125 - color contains mainly: green. Hex color #4C7D32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C7D32 is #B382CD. Grayscale: #666666. Windows color (decimal): -11764430 or 3308876. OLE color: 3308876.
HSL color Cylindrical-coordinate representation of color #4C7D32: hue angle of 99.2º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4C7D32 is Cyan = 0.39, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 76 | 125 | 50 | - |
| CMYK | 0.39 | 0 | 0.60 | 0.51 |
| HSL | 99.2º | 0.43% | 0.34% | - |
| HSV(B) | 99.2º | 0.6% | 0.49% | - |
| XYZ | 10.89 | 16.43 | 5.62 | - |
| YUV | 101.8 | 98.77 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 125 | 50 | 0.39 | 0 | 0.60 | 0.51 | 99.2 | 0.43 | 0.34 |
| Hex | 4C | 7D | 32 | 27 | 0 | 3C | 33 | 63 | 2B | 22 |
| Octal | 114 | 175 | 62 | 47 | 0 | 74 | 63 | 143 | 53 | 42 |
| Binary | 1001100 | 1111101 | 110010 | 100111 | 0 | 111100 | 110011 | 1100011 | 101011 | 100010 |
Color Harmonies of #4C7D32
Complementary color
Monochromatic Colors of #4C7D32
Black with #4C7D32
Text Example
Text Example
White with #4C7D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7D32; }
p { color: rgb(76,125,50); }
H1.HeaderClassName
{
color: #4C7D32;
}
.AnyTagClassName
{
color: #4C7D32;
}
</style>
background-color css
<style>
a { background-color: #4C7D32; }
a { background-color: rgb(76,125,50); }
div.DivClassName
{
background-color: #4C7D32;
}
.BgClassName
{
background-color: #4C7D32;
}
</style>
border-color css
<style>
span { border-color: #4C7D32; }
span { border-color: rgb(76,125,50); }
td.TdClassName
{
border-color: #4C7D32;
}
.TagClassName
{
border-color: #4C7D32;
}
</style>