Shades of Fern Green #4F7344
Tints of Fern Green #4F7344
RGB
CMYK
RGB Variations
Color information
#4F7344 (or 0x4F7344) is known color: Fern Green. HEX triplet: 4F, 73 and 44. RGB value is (79,115,68). Sum of RGB (Red+Green+Blue) = 79+115+68=262 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.15% from 262); Green value is 115 (45.31% from 255 or 43.89% from 262); Blue value is 68 (26.95% from 255 or 25.95% from 262); Max value from RGB is 115 - color contains mainly: green. Hex color #4F7344 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F7344 is #B08CBB. Grayscale: #636363. Windows color (decimal): -11570364 or 4485967. OLE color: 4485967.
HSL color Cylindrical-coordinate representation of color #4F7344: hue angle of 105.96º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4F7344 is Cyan = 0.31, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 79 | 115 | 68 | - |
| CMYK | 0.31 | 0 | 0.41 | 0.55 |
| HSL | 105.96º | 0.26% | 0.36% | - |
| HSV(B) | 105.96º | 0.41% | 0.45% | - |
| XYZ | 10.4 | 14.34 | 7.69 | - |
| YUV | 98.88 | 110.57 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 115 | 68 | 0.31 | 0 | 0.41 | 0.55 | 105.96 | 0.26 | 0.36 |
| Hex | 4F | 73 | 44 | 1F | 0 | 29 | 37 | 6A | 1A | 24 |
| Octal | 117 | 163 | 104 | 37 | 0 | 51 | 67 | 152 | 32 | 44 |
| Binary | 1001111 | 1110011 | 1000100 | 11111 | 0 | 101001 | 110111 | 1101010 | 11010 | 100100 |
Color Harmonies of #4F7344
Complementary color
Monochromatic Colors of #4F7344
Black with #4F7344
Text Example
Text Example
White with #4F7344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7344; }
p { color: rgb(79,115,68); }
H1.HeaderClassName
{
color: #4F7344;
}
.AnyTagClassName
{
color: #4F7344;
}
</style>
background-color css
<style>
a { background-color: #4F7344; }
a { background-color: rgb(79,115,68); }
div.DivClassName
{
background-color: #4F7344;
}
.BgClassName
{
background-color: #4F7344;
}
</style>
border-color css
<style>
span { border-color: #4F7344; }
span { border-color: rgb(79,115,68); }
td.TdClassName
{
border-color: #4F7344;
}
.TagClassName
{
border-color: #4F7344;
}
</style>