Shades of Fern Green #4F804C
Tints of Fern Green #4F804C
RGB
CMYK
RGB Variations
Color information
#4F804C (or 0x4F804C) is known color: Fern Green. HEX triplet: 4F, 80 and 4C. RGB value is (79,128,76). Sum of RGB (Red+Green+Blue) = 79+128+76=283 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.92% from 283); Green value is 128 (50.39% from 255 or 45.23% from 283); Blue value is 76 (30.08% from 255 or 26.86% from 283); Max value from RGB is 128 - color contains mainly: green. Hex color #4F804C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F804C is #B07FB3. Grayscale: #6B6B6B. Windows color (decimal): -11567028 or 5013583. OLE color: 5013583.
HSL color Cylindrical-coordinate representation of color #4F804C: hue angle of 116.54º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4F804C is Cyan = 0.38, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 79 | 128 | 76 | - |
| CMYK | 0.38 | 0 | 0.41 | 0.50 |
| HSL | 116.54º | 0.25% | 0.4% | - |
| HSV(B) | 116.54º | 0.41% | 0.5% | - |
| XYZ | 12.25 | 17.62 | 9.59 | - |
| YUV | 107.42 | 110.27 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 128 | 76 | 0.38 | 0 | 0.41 | 0.50 | 116.54 | 0.25 | 0.4 |
| Hex | 4F | 80 | 4C | 26 | 0 | 29 | 32 | 75 | 19 | 28 |
| Octal | 117 | 200 | 114 | 46 | 0 | 51 | 62 | 165 | 31 | 50 |
| Binary | 1001111 | 10000000 | 1001100 | 100110 | 0 | 101001 | 110010 | 1110101 | 11001 | 101000 |
Color Harmonies of #4F804C
Complementary color
Monochromatic Colors of #4F804C
Black with #4F804C
Text Example
Text Example
White with #4F804C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F804C; }
p { color: rgb(79,128,76); }
H1.HeaderClassName
{
color: #4F804C;
}
.AnyTagClassName
{
color: #4F804C;
}
</style>
background-color css
<style>
a { background-color: #4F804C; }
a { background-color: rgb(79,128,76); }
div.DivClassName
{
background-color: #4F804C;
}
.BgClassName
{
background-color: #4F804C;
}
</style>
border-color css
<style>
span { border-color: #4F804C; }
span { border-color: rgb(79,128,76); }
td.TdClassName
{
border-color: #4F804C;
}
.TagClassName
{
border-color: #4F804C;
}
</style>