Shades of Fern Green #4F794A
Tints of Fern Green #4F794A
RGB
CMYK
RGB Variations
Color information
#4F794A (or 0x4F794A) is known color: Fern Green. HEX triplet: 4F, 79 and 4A. RGB value is (79,121,74). Sum of RGB (Red+Green+Blue) = 79+121+74=274 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.83% from 274); Green value is 121 (47.66% from 255 or 44.16% from 274); Blue value is 74 (29.30% from 255 or 27.01% from 274); Max value from RGB is 121 - color contains mainly: green. Hex color #4F794A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F794A is #B086B5. Grayscale: #676767. Windows color (decimal): -11568822 or 4880719. OLE color: 4880719.
HSL color Cylindrical-coordinate representation of color #4F794A: hue angle of 113.62º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4F794A is Cyan = 0.35, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 79 | 121 | 74 | - |
| CMYK | 0.35 | 0 | 0.39 | 0.53 |
| HSL | 113.62º | 0.24% | 0.38% | - |
| HSV(B) | 113.62º | 0.39% | 0.47% | - |
| XYZ | 11.3 | 15.83 | 8.94 | - |
| YUV | 103.08 | 111.59 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 121 | 74 | 0.35 | 0 | 0.39 | 0.53 | 113.62 | 0.24 | 0.38 |
| Hex | 4F | 79 | 4A | 23 | 0 | 27 | 35 | 72 | 18 | 26 |
| Octal | 117 | 171 | 112 | 43 | 0 | 47 | 65 | 162 | 30 | 46 |
| Binary | 1001111 | 1111001 | 1001010 | 100011 | 0 | 100111 | 110101 | 1110010 | 11000 | 100110 |
Color Harmonies of #4F794A
Complementary color
Monochromatic Colors of #4F794A
Black with #4F794A
Text Example
Text Example
White with #4F794A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F794A; }
p { color: rgb(79,121,74); }
H1.HeaderClassName
{
color: #4F794A;
}
.AnyTagClassName
{
color: #4F794A;
}
</style>
background-color css
<style>
a { background-color: #4F794A; }
a { background-color: rgb(79,121,74); }
div.DivClassName
{
background-color: #4F794A;
}
.BgClassName
{
background-color: #4F794A;
}
</style>
border-color css
<style>
span { border-color: #4F794A; }
span { border-color: rgb(79,121,74); }
td.TdClassName
{
border-color: #4F794A;
}
.TagClassName
{
border-color: #4F794A;
}
</style>