Shades of Fern Green #4F7041
Tints of Fern Green #4F7041
RGB
CMYK
RGB Variations
Color information
#4F7041 (or 0x4F7041) is known color: Fern Green. HEX triplet: 4F, 70 and 41. RGB value is (79,112,65). Sum of RGB (Red+Green+Blue) = 79+112+65=256 (33% of max value = 765). Red value is 79 (31.25% from 255 or 30.86% from 256); Green value is 112 (44.14% from 255 or 43.75% from 256); Blue value is 65 (25.78% from 255 or 25.39% from 256); Max value from RGB is 112 - color contains mainly: green. Hex color #4F7041 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F7041 is #B08FBE. Grayscale: #606060. Windows color (decimal): -11571135 or 4288591. OLE color: 4288591.
HSL color Cylindrical-coordinate representation of color #4F7041: hue angle of 102.13º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4F7041 is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 79 | 112 | 65 | - |
| CMYK | 0.29 | 0 | 0.42 | 0.56 |
| HSL | 102.13º | 0.27% | 0.35% | - |
| HSV(B) | 102.13º | 0.42% | 0.44% | - |
| XYZ | 9.97 | 13.63 | 7.11 | - |
| YUV | 96.78 | 110.07 | 115.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 112 | 65 | 0.29 | 0 | 0.42 | 0.56 | 102.13 | 0.27 | 0.35 |
| Hex | 4F | 70 | 41 | 1D | 0 | 2A | 38 | 66 | 1B | 23 |
| Octal | 117 | 160 | 101 | 35 | 0 | 52 | 70 | 146 | 33 | 43 |
| Binary | 1001111 | 1110000 | 1000001 | 11101 | 0 | 101010 | 111000 | 1100110 | 11011 | 100011 |
Color Harmonies of #4F7041
Complementary color
Monochromatic Colors of #4F7041
Black with #4F7041
Text Example
Text Example
White with #4F7041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7041; }
p { color: rgb(79,112,65); }
H1.HeaderClassName
{
color: #4F7041;
}
.AnyTagClassName
{
color: #4F7041;
}
</style>
background-color css
<style>
a { background-color: #4F7041; }
a { background-color: rgb(79,112,65); }
div.DivClassName
{
background-color: #4F7041;
}
.BgClassName
{
background-color: #4F7041;
}
</style>
border-color css
<style>
span { border-color: #4F7041; }
span { border-color: rgb(79,112,65); }
td.TdClassName
{
border-color: #4F7041;
}
.TagClassName
{
border-color: #4F7041;
}
</style>