Shades of Fern Green #4F7C3F
Tints of Fern Green #4F7C3F
RGB
CMYK
RGB Variations
Color information
#4F7C3F (or 0x4F7C3F) is known color: Fern Green. HEX triplet: 4F, 7C and 3F. RGB value is (79,124,63). Sum of RGB (Red+Green+Blue) = 79+124+63=266 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.70% from 266); Green value is 124 (48.83% from 255 or 46.62% from 266); Blue value is 63 (25% from 255 or 23.68% from 266); Max value from RGB is 124 - color contains mainly: green. Hex color #4F7C3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F7C3F is #B083C0. Grayscale: #676767. Windows color (decimal): -11568065 or 4160591. OLE color: 4160591.
HSL color Cylindrical-coordinate representation of color #4F7C3F: hue angle of 104.26º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4F7C3F is Cyan = 0.36, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 79 | 124 | 63 | - |
| CMYK | 0.36 | 0 | 0.49 | 0.51 |
| HSL | 104.26º | 0.33% | 0.37% | - |
| HSV(B) | 104.26º | 0.49% | 0.49% | - |
| XYZ | 11.33 | 16.44 | 7.28 | - |
| YUV | 103.59 | 105.09 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 124 | 63 | 0.36 | 0 | 0.49 | 0.51 | 104.26 | 0.33 | 0.37 |
| Hex | 4F | 7C | 3F | 24 | 0 | 31 | 33 | 68 | 21 | 25 |
| Octal | 117 | 174 | 77 | 44 | 0 | 61 | 63 | 150 | 41 | 45 |
| Binary | 1001111 | 1111100 | 111111 | 100100 | 0 | 110001 | 110011 | 1101000 | 100001 | 100101 |
Color Harmonies of #4F7C3F
Complementary color
Monochromatic Colors of #4F7C3F
Black with #4F7C3F
Text Example
Text Example
White with #4F7C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7C3F; }
p { color: rgb(79,124,63); }
H1.HeaderClassName
{
color: #4F7C3F;
}
.AnyTagClassName
{
color: #4F7C3F;
}
</style>
background-color css
<style>
a { background-color: #4F7C3F; }
a { background-color: rgb(79,124,63); }
div.DivClassName
{
background-color: #4F7C3F;
}
.BgClassName
{
background-color: #4F7C3F;
}
</style>
border-color css
<style>
span { border-color: #4F7C3F; }
span { border-color: rgb(79,124,63); }
td.TdClassName
{
border-color: #4F7C3F;
}
.TagClassName
{
border-color: #4F7C3F;
}
</style>