Shades of Fern Green #4C7F46
Tints of Fern Green #4C7F46
RGB
CMYK
RGB Variations
Color information
#4C7F46 (or 0x4C7F46) is known color: Fern Green. HEX triplet: 4C, 7F and 46. RGB value is (76,127,70). Sum of RGB (Red+Green+Blue) = 76+127+70=273 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.84% from 273); Green value is 127 (50% from 255 or 46.52% from 273); Blue value is 70 (27.73% from 255 or 25.64% from 273); Max value from RGB is 127 - color contains mainly: green. Hex color #4C7F46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C7F46 is #B380B9. Grayscale: #696969. Windows color (decimal): -11763898 or 4620108. OLE color: 4620108.
HSL color Cylindrical-coordinate representation of color #4C7F46: hue angle of 113.68º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4C7F46 is Cyan = 0.40, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 76 | 127 | 70 | - |
| CMYK | 0.40 | 0 | 0.45 | 0.50 |
| HSL | 113.68º | 0.29% | 0.39% | - |
| HSV(B) | 113.68º | 0.45% | 0.5% | - |
| XYZ | 11.68 | 17.16 | 8.49 | - |
| YUV | 105.25 | 108.1 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 127 | 70 | 0.40 | 0 | 0.45 | 0.50 | 113.68 | 0.29 | 0.39 |
| Hex | 4C | 7F | 46 | 28 | 0 | 2D | 32 | 72 | 1D | 27 |
| Octal | 114 | 177 | 106 | 50 | 0 | 55 | 62 | 162 | 35 | 47 |
| Binary | 1001100 | 1111111 | 1000110 | 101000 | 0 | 101101 | 110010 | 1110010 | 11101 | 100111 |
Color Harmonies of #4C7F46
Complementary color
Monochromatic Colors of #4C7F46
Black with #4C7F46
Text Example
Text Example
White with #4C7F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7F46; }
p { color: rgb(76,127,70); }
H1.HeaderClassName
{
color: #4C7F46;
}
.AnyTagClassName
{
color: #4C7F46;
}
</style>
background-color css
<style>
a { background-color: #4C7F46; }
a { background-color: rgb(76,127,70); }
div.DivClassName
{
background-color: #4C7F46;
}
.BgClassName
{
background-color: #4C7F46;
}
</style>
border-color css
<style>
span { border-color: #4C7F46; }
span { border-color: rgb(76,127,70); }
td.TdClassName
{
border-color: #4C7F46;
}
.TagClassName
{
border-color: #4C7F46;
}
</style>