Shades of Fern Green #4F774C
Tints of Fern Green #4F774C
RGB
CMYK
RGB Variations
Color information
#4F774C (or 0x4F774C) is known color: Fern Green. HEX triplet: 4F, 77 and 4C. RGB value is (79,119,76). Sum of RGB (Red+Green+Blue) = 79+119+76=274 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.83% from 274); Green value is 119 (46.88% from 255 or 43.43% from 274); Blue value is 76 (30.08% from 255 or 27.74% from 274); Max value from RGB is 119 - color contains mainly: green. Hex color #4F774C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F774C is #B088B3. Grayscale: #666666. Windows color (decimal): -11569332 or 5011279. OLE color: 5011279.
HSL color Cylindrical-coordinate representation of color #4F774C: hue angle of 115.81º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4F774C is Cyan = 0.34, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 79 | 119 | 76 | - |
| CMYK | 0.34 | 0 | 0.36 | 0.53 |
| HSL | 115.81º | 0.22% | 0.38% | - |
| HSV(B) | 115.81º | 0.36% | 0.47% | - |
| XYZ | 11.13 | 15.38 | 9.22 | - |
| YUV | 102.14 | 113.25 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 119 | 76 | 0.34 | 0 | 0.36 | 0.53 | 115.81 | 0.22 | 0.38 |
| Hex | 4F | 77 | 4C | 22 | 0 | 24 | 35 | 74 | 16 | 26 |
| Octal | 117 | 167 | 114 | 42 | 0 | 44 | 65 | 164 | 26 | 46 |
| Binary | 1001111 | 1110111 | 1001100 | 100010 | 0 | 100100 | 110101 | 1110100 | 10110 | 100110 |
Color Harmonies of #4F774C
Complementary color
Monochromatic Colors of #4F774C
Black with #4F774C
Text Example
Text Example
White with #4F774C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F774C; }
p { color: rgb(79,119,76); }
H1.HeaderClassName
{
color: #4F774C;
}
.AnyTagClassName
{
color: #4F774C;
}
</style>
background-color css
<style>
a { background-color: #4F774C; }
a { background-color: rgb(79,119,76); }
div.DivClassName
{
background-color: #4F774C;
}
.BgClassName
{
background-color: #4F774C;
}
</style>
border-color css
<style>
span { border-color: #4F774C; }
span { border-color: rgb(79,119,76); }
td.TdClassName
{
border-color: #4F774C;
}
.TagClassName
{
border-color: #4F774C;
}
</style>