Shades of Fern Green #4F703D
Tints of Fern Green #4F703D
RGB
CMYK
RGB Variations
Color information
#4F703D (or 0x4F703D) is known color: Fern Green. HEX triplet: 4F, 70 and 3D. RGB value is (79,112,61). Sum of RGB (Red+Green+Blue) = 79+112+61=252 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.35% from 252); Green value is 112 (44.14% from 255 or 44.44% from 252); Blue value is 61 (24.22% from 255 or 24.21% from 252); Max value from RGB is 112 - color contains mainly: green. Hex color #4F703D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F703D is #B08FC2. Grayscale: #606060. Windows color (decimal): -11571139 or 4026447. OLE color: 4026447.
HSL color Cylindrical-coordinate representation of color #4F703D: hue angle of 98.82º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4F703D is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 79 | 112 | 61 | - |
| CMYK | 0.29 | 0 | 0.46 | 0.56 |
| HSL | 98.82º | 0.29% | 0.34% | - |
| HSV(B) | 98.82º | 0.46% | 0.44% | - |
| XYZ | 9.86 | 13.59 | 6.52 | - |
| YUV | 96.32 | 108.07 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 112 | 61 | 0.29 | 0 | 0.46 | 0.56 | 98.82 | 0.29 | 0.34 |
| Hex | 4F | 70 | 3D | 1D | 0 | 2E | 38 | 63 | 1D | 22 |
| Octal | 117 | 160 | 75 | 35 | 0 | 56 | 70 | 143 | 35 | 42 |
| Binary | 1001111 | 1110000 | 111101 | 11101 | 0 | 101110 | 111000 | 1100011 | 11101 | 100010 |
Color Harmonies of #4F703D
Complementary color
Monochromatic Colors of #4F703D
Black with #4F703D
Text Example
Text Example
White with #4F703D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F703D; }
p { color: rgb(79,112,61); }
H1.HeaderClassName
{
color: #4F703D;
}
.AnyTagClassName
{
color: #4F703D;
}
</style>
background-color css
<style>
a { background-color: #4F703D; }
a { background-color: rgb(79,112,61); }
div.DivClassName
{
background-color: #4F703D;
}
.BgClassName
{
background-color: #4F703D;
}
</style>
border-color css
<style>
span { border-color: #4F703D; }
span { border-color: rgb(79,112,61); }
td.TdClassName
{
border-color: #4F703D;
}
.TagClassName
{
border-color: #4F703D;
}
</style>