Shades of Fern Green #4F724A
Tints of Fern Green #4F724A
RGB
CMYK
RGB Variations
Color information
#4F724A (or 0x4F724A) is known color: Fern Green. HEX triplet: 4F, 72 and 4A. RGB value is (79,114,74). Sum of RGB (Red+Green+Blue) = 79+114+74=267 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.59% from 267); Green value is 114 (44.92% from 255 or 42.70% from 267); Blue value is 74 (29.30% from 255 or 27.72% from 267); Max value from RGB is 114 - color contains mainly: green. Hex color #4F724A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F724A is #B08DB5. Grayscale: #636363. Windows color (decimal): -11570614 or 4878927. OLE color: 4878927.
HSL color Cylindrical-coordinate representation of color #4F724A: hue angle of 112.5º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4F724A is Cyan = 0.31, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 79 | 114 | 74 | - |
| CMYK | 0.31 | 0 | 0.35 | 0.55 |
| HSL | 112.5º | 0.21% | 0.37% | - |
| HSV(B) | 112.5º | 0.35% | 0.45% | - |
| XYZ | 10.48 | 14.19 | 8.67 | - |
| YUV | 98.98 | 113.9 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 114 | 74 | 0.31 | 0 | 0.35 | 0.55 | 112.5 | 0.21 | 0.37 |
| Hex | 4F | 72 | 4A | 1F | 0 | 23 | 37 | 70 | 15 | 25 |
| Octal | 117 | 162 | 112 | 37 | 0 | 43 | 67 | 160 | 25 | 45 |
| Binary | 1001111 | 1110010 | 1001010 | 11111 | 0 | 100011 | 110111 | 1110000 | 10101 | 100101 |
Color Harmonies of #4F724A
Complementary color
Monochromatic Colors of #4F724A
Black with #4F724A
Text Example
Text Example
White with #4F724A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F724A; }
p { color: rgb(79,114,74); }
H1.HeaderClassName
{
color: #4F724A;
}
.AnyTagClassName
{
color: #4F724A;
}
</style>
background-color css
<style>
a { background-color: #4F724A; }
a { background-color: rgb(79,114,74); }
div.DivClassName
{
background-color: #4F724A;
}
.BgClassName
{
background-color: #4F724A;
}
</style>
border-color css
<style>
span { border-color: #4F724A; }
span { border-color: rgb(79,114,74); }
td.TdClassName
{
border-color: #4F724A;
}
.TagClassName
{
border-color: #4F724A;
}
</style>