Shades of Fern Green #4F853D
Tints of Fern Green #4F853D
RGB
CMYK
RGB Variations
Color information
#4F853D (or 0x4F853D) is known color: Fern Green. HEX triplet: 4F, 85 and 3D. RGB value is (79,133,61). Sum of RGB (Red+Green+Blue) = 79+133+61=273 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.94% from 273); Green value is 133 (52.34% from 255 or 48.72% from 273); Blue value is 61 (24.22% from 255 or 22.34% from 273); Max value from RGB is 133 - color contains mainly: green. Hex color #4F853D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F853D is #B07AC2. Grayscale: #6C6C6C. Windows color (decimal): -11565763 or 4031823. OLE color: 4031823.
HSL color Cylindrical-coordinate representation of color #4F853D: hue angle of 105º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4F853D is Cyan = 0.41, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 79 | 133 | 61 | - |
| CMYK | 0.41 | 0 | 0.54 | 0.48 |
| HSL | 105º | 0.37% | 0.38% | - |
| HSV(B) | 105º | 0.54% | 0.52% | - |
| XYZ | 12.45 | 18.77 | 7.38 | - |
| YUV | 108.65 | 101.11 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 133 | 61 | 0.41 | 0 | 0.54 | 0.48 | 105 | 0.37 | 0.38 |
| Hex | 4F | 85 | 3D | 29 | 0 | 36 | 30 | 69 | 25 | 26 |
| Octal | 117 | 205 | 75 | 51 | 0 | 66 | 60 | 151 | 45 | 46 |
| Binary | 1001111 | 10000101 | 111101 | 101001 | 0 | 110110 | 110000 | 1101001 | 100101 | 100110 |
Color Harmonies of #4F853D
Complementary color
Monochromatic Colors of #4F853D
Black with #4F853D
Text Example
Text Example
White with #4F853D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F853D; }
p { color: rgb(79,133,61); }
H1.HeaderClassName
{
color: #4F853D;
}
.AnyTagClassName
{
color: #4F853D;
}
</style>
background-color css
<style>
a { background-color: #4F853D; }
a { background-color: rgb(79,133,61); }
div.DivClassName
{
background-color: #4F853D;
}
.BgClassName
{
background-color: #4F853D;
}
</style>
border-color css
<style>
span { border-color: #4F853D; }
span { border-color: rgb(79,133,61); }
td.TdClassName
{
border-color: #4F853D;
}
.TagClassName
{
border-color: #4F853D;
}
</style>