Shades of Fern Green #4F6E3D
Tints of Fern Green #4F6E3D
RGB
CMYK
RGB Variations
Color information
#4F6E3D (or 0x4F6E3D) is known color: Fern Green. HEX triplet: 4F, 6E and 3D. RGB value is (79,110,61). Sum of RGB (Red+Green+Blue) = 79+110+61=250 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.6% from 250); Green value is 110 (43.36% from 255 or 44% from 250); Blue value is 61 (24.22% from 255 or 24.4% from 250); Max value from RGB is 110 - color contains mainly: green. Hex color #4F6E3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F6E3D is #B091C2. Grayscale: #5F5F5F. Windows color (decimal): -11571651 or 4025935. OLE color: 4025935.
HSL color Cylindrical-coordinate representation of color #4F6E3D: hue angle of 97.96º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4F6E3D is Cyan = 0.28, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 79 | 110 | 61 | - |
| CMYK | 0.28 | 0 | 0.45 | 0.57 |
| HSL | 97.96º | 0.29% | 0.34% | - |
| HSV(B) | 97.96º | 0.45% | 0.43% | - |
| XYZ | 9.64 | 13.15 | 6.45 | - |
| YUV | 95.15 | 108.73 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 110 | 61 | 0.28 | 0 | 0.45 | 0.57 | 97.96 | 0.29 | 0.34 |
| Hex | 4F | 6E | 3D | 1C | 0 | 2D | 39 | 62 | 1D | 22 |
| Octal | 117 | 156 | 75 | 34 | 0 | 55 | 71 | 142 | 35 | 42 |
| Binary | 1001111 | 1101110 | 111101 | 11100 | 0 | 101101 | 111001 | 1100010 | 11101 | 100010 |
Color Harmonies of #4F6E3D
Complementary color
Monochromatic Colors of #4F6E3D
Black with #4F6E3D
Text Example
Text Example
White with #4F6E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6E3D; }
p { color: rgb(79,110,61); }
H1.HeaderClassName
{
color: #4F6E3D;
}
.AnyTagClassName
{
color: #4F6E3D;
}
</style>
background-color css
<style>
a { background-color: #4F6E3D; }
a { background-color: rgb(79,110,61); }
div.DivClassName
{
background-color: #4F6E3D;
}
.BgClassName
{
background-color: #4F6E3D;
}
</style>
border-color css
<style>
span { border-color: #4F6E3D; }
span { border-color: rgb(79,110,61); }
td.TdClassName
{
border-color: #4F6E3D;
}
.TagClassName
{
border-color: #4F6E3D;
}
</style>