Shades of Fern Green #4F8649
Tints of Fern Green #4F8649
RGB
CMYK
RGB Variations
Color information
#4F8649 (or 0x4F8649) is known color: Fern Green. HEX triplet: 4F, 86 and 49. RGB value is (79,134,73). Sum of RGB (Red+Green+Blue) = 79+134+73=286 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.62% from 286); Green value is 134 (52.73% from 255 or 46.85% from 286); Blue value is 73 (28.91% from 255 or 25.52% from 286); Max value from RGB is 134 - color contains mainly: green. Hex color #4F8649 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F8649 is #B079B6. Grayscale: #6E6E6E. Windows color (decimal): -11565495 or 4818511. OLE color: 4818511.
HSL color Cylindrical-coordinate representation of color #4F8649: hue angle of 114.1º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4F8649 is Cyan = 0.41, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 79 | 134 | 73 | - |
| CMYK | 0.41 | 0 | 0.46 | 0.47 |
| HSL | 114.1º | 0.29% | 0.41% | - |
| HSV(B) | 114.1º | 0.46% | 0.53% | - |
| XYZ | 12.95 | 19.19 | 9.33 | - |
| YUV | 110.6 | 106.78 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 134 | 73 | 0.41 | 0 | 0.46 | 0.47 | 114.1 | 0.29 | 0.41 |
| Hex | 4F | 86 | 49 | 29 | 0 | 2E | 2F | 72 | 1D | 29 |
| Octal | 117 | 206 | 111 | 51 | 0 | 56 | 57 | 162 | 35 | 51 |
| Binary | 1001111 | 10000110 | 1001001 | 101001 | 0 | 101110 | 101111 | 1110010 | 11101 | 101001 |
Color Harmonies of #4F8649
Complementary color
Monochromatic Colors of #4F8649
Black with #4F8649
Text Example
Text Example
White with #4F8649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8649; }
p { color: rgb(79,134,73); }
H1.HeaderClassName
{
color: #4F8649;
}
.AnyTagClassName
{
color: #4F8649;
}
</style>
background-color css
<style>
a { background-color: #4F8649; }
a { background-color: rgb(79,134,73); }
div.DivClassName
{
background-color: #4F8649;
}
.BgClassName
{
background-color: #4F8649;
}
</style>
border-color css
<style>
span { border-color: #4F8649; }
span { border-color: rgb(79,134,73); }
td.TdClassName
{
border-color: #4F8649;
}
.TagClassName
{
border-color: #4F8649;
}
</style>