Shades of Fern Green #4F7244
Tints of Fern Green #4F7244
RGB
CMYK
RGB Variations
Color information
#4F7244 (or 0x4F7244) is known color: Fern Green. HEX triplet: 4F, 72 and 44. RGB value is (79,114,68). Sum of RGB (Red+Green+Blue) = 79+114+68=261 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.27% from 261); Green value is 114 (44.92% from 255 or 43.68% from 261); Blue value is 68 (26.95% from 255 or 26.05% from 261); Max value from RGB is 114 - color contains mainly: green. Hex color #4F7244 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F7244 is #B08DBB. Grayscale: #626262. Windows color (decimal): -11570620 or 4485711. OLE color: 4485711.
HSL color Cylindrical-coordinate representation of color #4F7244: hue angle of 105.65º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4F7244 is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 79 | 114 | 68 | - |
| CMYK | 0.31 | 0 | 0.40 | 0.55 |
| HSL | 105.65º | 0.25% | 0.36% | - |
| HSV(B) | 105.65º | 0.4% | 0.45% | - |
| XYZ | 10.29 | 14.11 | 7.65 | - |
| YUV | 98.29 | 110.9 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 114 | 68 | 0.31 | 0 | 0.40 | 0.55 | 105.65 | 0.25 | 0.36 |
| Hex | 4F | 72 | 44 | 1F | 0 | 28 | 37 | 6A | 19 | 24 |
| Octal | 117 | 162 | 104 | 37 | 0 | 50 | 67 | 152 | 31 | 44 |
| Binary | 1001111 | 1110010 | 1000100 | 11111 | 0 | 101000 | 110111 | 1101010 | 11001 | 100100 |
Color Harmonies of #4F7244
Complementary color
Monochromatic Colors of #4F7244
Black with #4F7244
Text Example
Text Example
White with #4F7244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7244; }
p { color: rgb(79,114,68); }
H1.HeaderClassName
{
color: #4F7244;
}
.AnyTagClassName
{
color: #4F7244;
}
</style>
background-color css
<style>
a { background-color: #4F7244; }
a { background-color: rgb(79,114,68); }
div.DivClassName
{
background-color: #4F7244;
}
.BgClassName
{
background-color: #4F7244;
}
</style>
border-color css
<style>
span { border-color: #4F7244; }
span { border-color: rgb(79,114,68); }
td.TdClassName
{
border-color: #4F7244;
}
.TagClassName
{
border-color: #4F7244;
}
</style>