Shades of Fern Green #4C7441
Tints of Fern Green #4C7441
RGB
CMYK
RGB Variations
Color information
#4C7441 (or 0x4C7441) is known color: Fern Green. HEX triplet: 4C, 74 and 41. RGB value is (76,116,65). Sum of RGB (Red+Green+Blue) = 76+116+65=257 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.57% from 257); Green value is 116 (45.70% from 255 or 45.14% from 257); Blue value is 65 (25.78% from 255 or 25.29% from 257); Max value from RGB is 116 - color contains mainly: green. Hex color #4C7441 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C7441 is #B38BBE. Grayscale: #626262. Windows color (decimal): -11766719 or 4289612. OLE color: 4289612.
HSL color Cylindrical-coordinate representation of color #4C7441: hue angle of 107.06º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4C7441 is Cyan = 0.34, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 76 | 116 | 65 | - |
| CMYK | 0.34 | 0 | 0.44 | 0.55 |
| HSL | 107.06º | 0.28% | 0.35% | - |
| HSV(B) | 107.06º | 0.44% | 0.45% | - |
| XYZ | 10.18 | 14.41 | 7.25 | - |
| YUV | 98.23 | 109.25 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 116 | 65 | 0.34 | 0 | 0.44 | 0.55 | 107.06 | 0.28 | 0.35 |
| Hex | 4C | 74 | 41 | 22 | 0 | 2C | 37 | 6B | 1C | 23 |
| Octal | 114 | 164 | 101 | 42 | 0 | 54 | 67 | 153 | 34 | 43 |
| Binary | 1001100 | 1110100 | 1000001 | 100010 | 0 | 101100 | 110111 | 1101011 | 11100 | 100011 |
Color Harmonies of #4C7441
Complementary color
Monochromatic Colors of #4C7441
Black with #4C7441
Text Example
Text Example
White with #4C7441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7441; }
p { color: rgb(76,116,65); }
H1.HeaderClassName
{
color: #4C7441;
}
.AnyTagClassName
{
color: #4C7441;
}
</style>
background-color css
<style>
a { background-color: #4C7441; }
a { background-color: rgb(76,116,65); }
div.DivClassName
{
background-color: #4C7441;
}
.BgClassName
{
background-color: #4C7441;
}
</style>
border-color css
<style>
span { border-color: #4C7441; }
span { border-color: rgb(76,116,65); }
td.TdClassName
{
border-color: #4C7441;
}
.TagClassName
{
border-color: #4C7441;
}
</style>