Shades of Fern Green #4F7A4C
Tints of Fern Green #4F7A4C
RGB
CMYK
RGB Variations
Color information
#4F7A4C (or 0x4F7A4C) is known color: Fern Green. HEX triplet: 4F, 7A and 4C. RGB value is (79,122,76). Sum of RGB (Red+Green+Blue) = 79+122+76=277 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.52% from 277); Green value is 122 (48.05% from 255 or 44.04% from 277); Blue value is 76 (30.08% from 255 or 27.44% from 277); Max value from RGB is 122 - color contains mainly: green. Hex color #4F7A4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F7A4C is #B085B3. Grayscale: #686868. Windows color (decimal): -11568564 or 5012047. OLE color: 5012047.
HSL color Cylindrical-coordinate representation of color #4F7A4C: hue angle of 116.09º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4F7A4C is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 79 | 122 | 76 | - |
| CMYK | 0.35 | 0 | 0.38 | 0.52 |
| HSL | 116.09º | 0.23% | 0.39% | - |
| HSV(B) | 116.09º | 0.38% | 0.48% | - |
| XYZ | 11.49 | 16.1 | 9.34 | - |
| YUV | 103.9 | 112.25 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 122 | 76 | 0.35 | 0 | 0.38 | 0.52 | 116.09 | 0.23 | 0.39 |
| Hex | 4F | 7A | 4C | 23 | 0 | 26 | 34 | 74 | 17 | 27 |
| Octal | 117 | 172 | 114 | 43 | 0 | 46 | 64 | 164 | 27 | 47 |
| Binary | 1001111 | 1111010 | 1001100 | 100011 | 0 | 100110 | 110100 | 1110100 | 10111 | 100111 |
Color Harmonies of #4F7A4C
Complementary color
Monochromatic Colors of #4F7A4C
Black with #4F7A4C
Text Example
Text Example
White with #4F7A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7A4C; }
p { color: rgb(79,122,76); }
H1.HeaderClassName
{
color: #4F7A4C;
}
.AnyTagClassName
{
color: #4F7A4C;
}
</style>
background-color css
<style>
a { background-color: #4F7A4C; }
a { background-color: rgb(79,122,76); }
div.DivClassName
{
background-color: #4F7A4C;
}
.BgClassName
{
background-color: #4F7A4C;
}
</style>
border-color css
<style>
span { border-color: #4F7A4C; }
span { border-color: rgb(79,122,76); }
td.TdClassName
{
border-color: #4F7A4C;
}
.TagClassName
{
border-color: #4F7A4C;
}
</style>