Shades of Fern Green #4F7D4C
Tints of Fern Green #4F7D4C
RGB
CMYK
RGB Variations
Color information
#4F7D4C (or 0x4F7D4C) is known color: Fern Green. HEX triplet: 4F, 7D and 4C. RGB value is (79,125,76). Sum of RGB (Red+Green+Blue) = 79+125+76=280 (37% of max value = 765). Red value is 79 (31.25% from 255 or 28.21% from 280); Green value is 125 (49.22% from 255 or 44.64% from 280); Blue value is 76 (30.08% from 255 or 27.14% from 280); Max value from RGB is 125 - color contains mainly: green. Hex color #4F7D4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F7D4C is #B082B3. Grayscale: #696969. Windows color (decimal): -11567796 or 5012815. OLE color: 5012815.
HSL color Cylindrical-coordinate representation of color #4F7D4C: hue angle of 116.33º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4F7D4C is Cyan = 0.37, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 79 | 125 | 76 | - |
| CMYK | 0.37 | 0 | 0.39 | 0.51 |
| HSL | 116.33º | 0.24% | 0.39% | - |
| HSV(B) | 116.33º | 0.39% | 0.49% | - |
| XYZ | 11.86 | 16.85 | 9.46 | - |
| YUV | 105.66 | 111.26 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 125 | 76 | 0.37 | 0 | 0.39 | 0.51 | 116.33 | 0.24 | 0.39 |
| Hex | 4F | 7D | 4C | 25 | 0 | 27 | 33 | 74 | 18 | 27 |
| Octal | 117 | 175 | 114 | 45 | 0 | 47 | 63 | 164 | 30 | 47 |
| Binary | 1001111 | 1111101 | 1001100 | 100101 | 0 | 100111 | 110011 | 1110100 | 11000 | 100111 |
Color Harmonies of #4F7D4C
Complementary color
Monochromatic Colors of #4F7D4C
Black with #4F7D4C
Text Example
Text Example
White with #4F7D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7D4C; }
p { color: rgb(79,125,76); }
H1.HeaderClassName
{
color: #4F7D4C;
}
.AnyTagClassName
{
color: #4F7D4C;
}
</style>
background-color css
<style>
a { background-color: #4F7D4C; }
a { background-color: rgb(79,125,76); }
div.DivClassName
{
background-color: #4F7D4C;
}
.BgClassName
{
background-color: #4F7D4C;
}
</style>
border-color css
<style>
span { border-color: #4F7D4C; }
span { border-color: rgb(79,125,76); }
td.TdClassName
{
border-color: #4F7D4C;
}
.TagClassName
{
border-color: #4F7D4C;
}
</style>