Shades of Fern Green #4F7745
Tints of Fern Green #4F7745
RGB
CMYK
RGB Variations
Color information
#4F7745 (or 0x4F7745) is known color: Fern Green. HEX triplet: 4F, 77 and 45. RGB value is (79,119,69). Sum of RGB (Red+Green+Blue) = 79+119+69=267 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.59% from 267); Green value is 119 (46.88% from 255 or 44.57% from 267); Blue value is 69 (27.34% from 255 or 25.84% from 267); Max value from RGB is 119 - color contains mainly: green. Hex color #4F7745 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F7745 is #B088BA. Grayscale: #656565. Windows color (decimal): -11569339 or 4552527. OLE color: 4552527.
HSL color Cylindrical-coordinate representation of color #4F7745: hue angle of 108º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4F7745 is Cyan = 0.34, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 79 | 119 | 69 | - |
| CMYK | 0.34 | 0 | 0.42 | 0.53 |
| HSL | 108º | 0.27% | 0.37% | - |
| HSV(B) | 108º | 0.42% | 0.47% | - |
| XYZ | 10.9 | 15.29 | 8.01 | - |
| YUV | 101.34 | 109.75 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 119 | 69 | 0.34 | 0 | 0.42 | 0.53 | 108 | 0.27 | 0.37 |
| Hex | 4F | 77 | 45 | 22 | 0 | 2A | 35 | 6C | 1B | 25 |
| Octal | 117 | 167 | 105 | 42 | 0 | 52 | 65 | 154 | 33 | 45 |
| Binary | 1001111 | 1110111 | 1000101 | 100010 | 0 | 101010 | 110101 | 1101100 | 11011 | 100101 |
Color Harmonies of #4F7745
Complementary color
Monochromatic Colors of #4F7745
Black with #4F7745
Text Example
Text Example
White with #4F7745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7745; }
p { color: rgb(79,119,69); }
H1.HeaderClassName
{
color: #4F7745;
}
.AnyTagClassName
{
color: #4F7745;
}
</style>
background-color css
<style>
a { background-color: #4F7745; }
a { background-color: rgb(79,119,69); }
div.DivClassName
{
background-color: #4F7745;
}
.BgClassName
{
background-color: #4F7745;
}
</style>
border-color css
<style>
span { border-color: #4F7745; }
span { border-color: rgb(79,119,69); }
td.TdClassName
{
border-color: #4F7745;
}
.TagClassName
{
border-color: #4F7745;
}
</style>