Shades of Fern Green #4F7044
Tints of Fern Green #4F7044
RGB
CMYK
RGB Variations
Color information
#4F7044 (or 0x4F7044) is known color: Fern Green. HEX triplet: 4F, 70 and 44. RGB value is (79,112,68). Sum of RGB (Red+Green+Blue) = 79+112+68=259 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.50% from 259); Green value is 112 (44.14% from 255 or 43.24% from 259); Blue value is 68 (26.95% from 255 or 26.25% from 259); Max value from RGB is 112 - color contains mainly: green. Hex color #4F7044 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F7044 is #B08FBB. Grayscale: #616161. Windows color (decimal): -11571132 or 4485199. OLE color: 4485199.
HSL color Cylindrical-coordinate representation of color #4F7044: hue angle of 105º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4F7044 is Cyan = 0.29, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 79 | 112 | 68 | - |
| CMYK | 0.29 | 0 | 0.39 | 0.56 |
| HSL | 105º | 0.24% | 0.35% | - |
| HSV(B) | 105º | 0.39% | 0.44% | - |
| XYZ | 10.06 | 13.67 | 7.58 | - |
| YUV | 97.12 | 111.57 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 112 | 68 | 0.29 | 0 | 0.39 | 0.56 | 105 | 0.24 | 0.35 |
| Hex | 4F | 70 | 44 | 1D | 0 | 27 | 38 | 69 | 18 | 23 |
| Octal | 117 | 160 | 104 | 35 | 0 | 47 | 70 | 151 | 30 | 43 |
| Binary | 1001111 | 1110000 | 1000100 | 11101 | 0 | 100111 | 111000 | 1101001 | 11000 | 100011 |
Color Harmonies of #4F7044
Complementary color
Monochromatic Colors of #4F7044
Black with #4F7044
Text Example
Text Example
White with #4F7044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7044; }
p { color: rgb(79,112,68); }
H1.HeaderClassName
{
color: #4F7044;
}
.AnyTagClassName
{
color: #4F7044;
}
</style>
background-color css
<style>
a { background-color: #4F7044; }
a { background-color: rgb(79,112,68); }
div.DivClassName
{
background-color: #4F7044;
}
.BgClassName
{
background-color: #4F7044;
}
</style>
border-color css
<style>
span { border-color: #4F7044; }
span { border-color: rgb(79,112,68); }
td.TdClassName
{
border-color: #4F7044;
}
.TagClassName
{
border-color: #4F7044;
}
</style>