Shades of Fern Green #4F8449
Tints of Fern Green #4F8449
RGB
CMYK
RGB Variations
Color information
#4F8449 (or 0x4F8449) is known color: Fern Green. HEX triplet: 4F, 84 and 49. RGB value is (79,132,73). Sum of RGB (Red+Green+Blue) = 79+132+73=284 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.82% from 284); Green value is 132 (51.95% from 255 or 46.48% from 284); Blue value is 73 (28.91% from 255 or 25.70% from 284); Max value from RGB is 132 - color contains mainly: green. Hex color #4F8449 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F8449 is #B07BB6. Grayscale: #6D6D6D. Windows color (decimal): -11566007 or 4817999. OLE color: 4817999.
HSL color Cylindrical-coordinate representation of color #4F8449: hue angle of 113.9º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4F8449 is Cyan = 0.40, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 79 | 132 | 73 | - |
| CMYK | 0.40 | 0 | 0.45 | 0.48 |
| HSL | 113.9º | 0.29% | 0.4% | - |
| HSV(B) | 113.9º | 0.45% | 0.52% | - |
| XYZ | 12.68 | 18.65 | 9.23 | - |
| YUV | 109.43 | 107.44 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 132 | 73 | 0.40 | 0 | 0.45 | 0.48 | 113.9 | 0.29 | 0.4 |
| Hex | 4F | 84 | 49 | 28 | 0 | 2D | 30 | 72 | 1D | 28 |
| Octal | 117 | 204 | 111 | 50 | 0 | 55 | 60 | 162 | 35 | 50 |
| Binary | 1001111 | 10000100 | 1001001 | 101000 | 0 | 101101 | 110000 | 1110010 | 11101 | 101000 |
Color Harmonies of #4F8449
Complementary color
Monochromatic Colors of #4F8449
Black with #4F8449
Text Example
Text Example
White with #4F8449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8449; }
p { color: rgb(79,132,73); }
H1.HeaderClassName
{
color: #4F8449;
}
.AnyTagClassName
{
color: #4F8449;
}
</style>
background-color css
<style>
a { background-color: #4F8449; }
a { background-color: rgb(79,132,73); }
div.DivClassName
{
background-color: #4F8449;
}
.BgClassName
{
background-color: #4F8449;
}
</style>
border-color css
<style>
span { border-color: #4F8449; }
span { border-color: rgb(79,132,73); }
td.TdClassName
{
border-color: #4F8449;
}
.TagClassName
{
border-color: #4F8449;
}
</style>