Shades of Fern Green #4F744C
Tints of Fern Green #4F744C
RGB
CMYK
RGB Variations
Color information
#4F744C (or 0x4F744C) is known color: Fern Green. HEX triplet: 4F, 74 and 4C. RGB value is (79,116,76). Sum of RGB (Red+Green+Blue) = 79+116+76=271 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.15% from 271); Green value is 116 (45.70% from 255 or 42.80% from 271); Blue value is 76 (30.08% from 255 or 28.04% from 271); Max value from RGB is 116 - color contains mainly: green. Hex color #4F744C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F744C is #B08BB3. Grayscale: #646464. Windows color (decimal): -11570100 or 5010511. OLE color: 5010511.
HSL color Cylindrical-coordinate representation of color #4F744C: hue angle of 115.5º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4F744C is Cyan = 0.32, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 79 | 116 | 76 | - |
| CMYK | 0.32 | 0 | 0.34 | 0.55 |
| HSL | 115.5º | 0.21% | 0.38% | - |
| HSV(B) | 115.5º | 0.34% | 0.45% | - |
| XYZ | 10.77 | 14.67 | 9.1 | - |
| YUV | 100.38 | 114.24 | 112.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 116 | 76 | 0.32 | 0 | 0.34 | 0.55 | 115.5 | 0.21 | 0.38 |
| Hex | 4F | 74 | 4C | 20 | 0 | 22 | 37 | 74 | 15 | 26 |
| Octal | 117 | 164 | 114 | 40 | 0 | 42 | 67 | 164 | 25 | 46 |
| Binary | 1001111 | 1110100 | 1001100 | 100000 | 0 | 100010 | 110111 | 1110100 | 10101 | 100110 |
Color Harmonies of #4F744C
Complementary color
Monochromatic Colors of #4F744C
Black with #4F744C
Text Example
Text Example
White with #4F744C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F744C; }
p { color: rgb(79,116,76); }
H1.HeaderClassName
{
color: #4F744C;
}
.AnyTagClassName
{
color: #4F744C;
}
</style>
background-color css
<style>
a { background-color: #4F744C; }
a { background-color: rgb(79,116,76); }
div.DivClassName
{
background-color: #4F744C;
}
.BgClassName
{
background-color: #4F744C;
}
</style>
border-color css
<style>
span { border-color: #4F744C; }
span { border-color: rgb(79,116,76); }
td.TdClassName
{
border-color: #4F744C;
}
.TagClassName
{
border-color: #4F744C;
}
</style>