Shades of Fern Green #4F7345
Tints of Fern Green #4F7345
RGB
CMYK
RGB Variations
Color information
#4F7345 (or 0x4F7345) is known color: Fern Green. HEX triplet: 4F, 73 and 45. RGB value is (79,115,69). Sum of RGB (Red+Green+Blue) = 79+115+69=263 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.04% from 263); Green value is 115 (45.31% from 255 or 43.73% from 263); Blue value is 69 (27.34% from 255 or 26.24% from 263); Max value from RGB is 115 - color contains mainly: green. Hex color #4F7345 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F7345 is #B08CBA. Grayscale: #636363. Windows color (decimal): -11570363 or 4551503. OLE color: 4551503.
HSL color Cylindrical-coordinate representation of color #4F7345: hue angle of 106.96º 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 #4F7345 is Cyan = 0.31, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 79 | 115 | 69 | - |
| CMYK | 0.31 | 0 | 0.4 | 0.55 |
| HSL | 106.96º | 0.25% | 0.36% | - |
| HSV(B) | 106.96º | 0.4% | 0.45% | - |
| XYZ | 10.43 | 14.35 | 7.85 | - |
| YUV | 98.99 | 111.07 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 115 | 69 | 0.31 | 0 | 0.4 | 0.55 | 106.96 | 0.25 | 0.36 |
| Hex | 4F | 73 | 45 | 1F | 0 | 28 | 37 | 6B | 19 | 24 |
| Octal | 117 | 163 | 105 | 37 | 0 | 50 | 67 | 153 | 31 | 44 |
| Binary | 1001111 | 1110011 | 1000101 | 11111 | 0 | 101000 | 110111 | 1101011 | 11001 | 100100 |
Color Harmonies of #4F7345
Complementary color
Monochromatic Colors of #4F7345
Black with #4F7345
Text Example
Text Example
White with #4F7345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7345; }
p { color: rgb(79,115,69); }
H1.HeaderClassName
{
color: #4F7345;
}
.AnyTagClassName
{
color: #4F7345;
}
</style>
background-color css
<style>
a { background-color: #4F7345; }
a { background-color: rgb(79,115,69); }
div.DivClassName
{
background-color: #4F7345;
}
.BgClassName
{
background-color: #4F7345;
}
</style>
border-color css
<style>
span { border-color: #4F7345; }
span { border-color: rgb(79,115,69); }
td.TdClassName
{
border-color: #4F7345;
}
.TagClassName
{
border-color: #4F7345;
}
</style>