Shades of Fern Green #4F7946
Tints of Fern Green #4F7946
RGB
CMYK
RGB Variations
Color information
#4F7946 (or 0x4F7946) is known color: Fern Green. HEX triplet: 4F, 79 and 46. RGB value is (79,121,70). Sum of RGB (Red+Green+Blue) = 79+121+70=270 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.26% from 270); Green value is 121 (47.66% from 255 or 44.81% from 270); Blue value is 70 (27.73% from 255 or 25.93% from 270); Max value from RGB is 121 - color contains mainly: green. Hex color #4F7946 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F7946 is #B086B9. Grayscale: #666666. Windows color (decimal): -11568826 or 4618575. OLE color: 4618575.
HSL color Cylindrical-coordinate representation of color #4F7946: hue angle of 109.41º 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 #4F7946 is Cyan = 0.35, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 79 | 121 | 70 | - |
| CMYK | 0.35 | 0 | 0.42 | 0.53 |
| HSL | 109.41º | 0.27% | 0.37% | - |
| HSV(B) | 109.41º | 0.42% | 0.47% | - |
| XYZ | 11.17 | 15.78 | 8.25 | - |
| YUV | 102.63 | 109.59 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 121 | 70 | 0.35 | 0 | 0.42 | 0.53 | 109.41 | 0.27 | 0.37 |
| Hex | 4F | 79 | 46 | 23 | 0 | 2A | 35 | 6D | 1B | 25 |
| Octal | 117 | 171 | 106 | 43 | 0 | 52 | 65 | 155 | 33 | 45 |
| Binary | 1001111 | 1111001 | 1000110 | 100011 | 0 | 101010 | 110101 | 1101101 | 11011 | 100101 |
Color Harmonies of #4F7946
Complementary color
Monochromatic Colors of #4F7946
Black with #4F7946
Text Example
Text Example
White with #4F7946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7946; }
p { color: rgb(79,121,70); }
H1.HeaderClassName
{
color: #4F7946;
}
.AnyTagClassName
{
color: #4F7946;
}
</style>
background-color css
<style>
a { background-color: #4F7946; }
a { background-color: rgb(79,121,70); }
div.DivClassName
{
background-color: #4F7946;
}
.BgClassName
{
background-color: #4F7946;
}
</style>
border-color css
<style>
span { border-color: #4F7946; }
span { border-color: rgb(79,121,70); }
td.TdClassName
{
border-color: #4F7946;
}
.TagClassName
{
border-color: #4F7946;
}
</style>