Shades of Fern Green #4C7A47
Tints of Fern Green #4C7A47
RGB
CMYK
RGB Variations
Color information
#4C7A47 (or 0x4C7A47) is known color: Fern Green. HEX triplet: 4C, 7A and 47. RGB value is (76,122,71). Sum of RGB (Red+Green+Blue) = 76+122+71=269 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.25% from 269); Green value is 122 (48.05% from 255 or 45.35% from 269); Blue value is 71 (28.12% from 255 or 26.39% from 269); Max value from RGB is 122 - color contains mainly: green. Hex color #4C7A47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C7A47 is #B385B8. Grayscale: #666666. Windows color (decimal): -11765177 or 4684364. OLE color: 4684364.
HSL color Cylindrical-coordinate representation of color #4C7A47: hue angle of 114.12º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4C7A47 is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 76 | 122 | 71 | - |
| CMYK | 0.38 | 0 | 0.42 | 0.52 |
| HSL | 114.12º | 0.26% | 0.38% | - |
| HSV(B) | 114.12º | 0.42% | 0.48% | - |
| XYZ | 11.08 | 15.91 | 8.45 | - |
| YUV | 102.43 | 110.26 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 122 | 71 | 0.38 | 0 | 0.42 | 0.52 | 114.12 | 0.26 | 0.38 |
| Hex | 4C | 7A | 47 | 26 | 0 | 2A | 34 | 72 | 1A | 26 |
| Octal | 114 | 172 | 107 | 46 | 0 | 52 | 64 | 162 | 32 | 46 |
| Binary | 1001100 | 1111010 | 1000111 | 100110 | 0 | 101010 | 110100 | 1110010 | 11010 | 100110 |
Color Harmonies of #4C7A47
Complementary color
Monochromatic Colors of #4C7A47
Black with #4C7A47
Text Example
Text Example
White with #4C7A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7A47; }
p { color: rgb(76,122,71); }
H1.HeaderClassName
{
color: #4C7A47;
}
.AnyTagClassName
{
color: #4C7A47;
}
</style>
background-color css
<style>
a { background-color: #4C7A47; }
a { background-color: rgb(76,122,71); }
div.DivClassName
{
background-color: #4C7A47;
}
.BgClassName
{
background-color: #4C7A47;
}
</style>
border-color css
<style>
span { border-color: #4C7A47; }
span { border-color: rgb(76,122,71); }
td.TdClassName
{
border-color: #4C7A47;
}
.TagClassName
{
border-color: #4C7A47;
}
</style>