Shades of Fern Green #4F7445
Tints of Fern Green #4F7445
RGB
CMYK
RGB Variations
Color information
#4F7445 (or 0x4F7445) is known color: Fern Green. HEX triplet: 4F, 74 and 45. RGB value is (79,116,69). Sum of RGB (Red+Green+Blue) = 79+116+69=264 (34% of max value = 765). Red value is 79 (31.25% from 255 or 29.92% from 264); Green value is 116 (45.70% from 255 or 43.94% from 264); Blue value is 69 (27.34% from 255 or 26.14% from 264); Max value from RGB is 116 - color contains mainly: green. Hex color #4F7445 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F7445 is #B08BBA. Grayscale: #636363. Windows color (decimal): -11570107 or 4551759. OLE color: 4551759.
HSL color Cylindrical-coordinate representation of color #4F7445: hue angle of 107.23º degrees, saturation: 0.25, 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 #4F7445 is Cyan = 0.32, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 79 | 116 | 69 | - |
| CMYK | 0.32 | 0 | 0.41 | 0.55 |
| HSL | 107.23º | 0.25% | 0.36% | - |
| HSV(B) | 107.23º | 0.41% | 0.45% | - |
| XYZ | 10.54 | 14.58 | 7.89 | - |
| YUV | 99.58 | 110.74 | 113.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 116 | 69 | 0.32 | 0 | 0.41 | 0.55 | 107.23 | 0.25 | 0.36 |
| Hex | 4F | 74 | 45 | 20 | 0 | 29 | 37 | 6B | 19 | 24 |
| Octal | 117 | 164 | 105 | 40 | 0 | 51 | 67 | 153 | 31 | 44 |
| Binary | 1001111 | 1110100 | 1000101 | 100000 | 0 | 101001 | 110111 | 1101011 | 11001 | 100100 |
Color Harmonies of #4F7445
Complementary color
Monochromatic Colors of #4F7445
Black with #4F7445
Text Example
Text Example
White with #4F7445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7445; }
p { color: rgb(79,116,69); }
H1.HeaderClassName
{
color: #4F7445;
}
.AnyTagClassName
{
color: #4F7445;
}
</style>
background-color css
<style>
a { background-color: #4F7445; }
a { background-color: rgb(79,116,69); }
div.DivClassName
{
background-color: #4F7445;
}
.BgClassName
{
background-color: #4F7445;
}
</style>
border-color css
<style>
span { border-color: #4F7445; }
span { border-color: rgb(79,116,69); }
td.TdClassName
{
border-color: #4F7445;
}
.TagClassName
{
border-color: #4F7445;
}
</style>