Shades of Fern Green #4C7445
Tints of Fern Green #4C7445
RGB
CMYK
RGB Variations
Color information
#4C7445 (or 0x4C7445) is known color: Fern Green. HEX triplet: 4C, 74 and 45. RGB value is (76,116,69). Sum of RGB (Red+Green+Blue) = 76+116+69=261 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.12% from 261); Green value is 116 (45.70% from 255 or 44.44% from 261); Blue value is 69 (27.34% from 255 or 26.44% from 261); Max value from RGB is 116 - color contains mainly: green. Hex color #4C7445 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C7445 is #B38BBA. Grayscale: #626262. Windows color (decimal): -11766715 or 4551756. OLE color: 4551756.
HSL color Cylindrical-coordinate representation of color #4C7445: hue angle of 111.06º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4C7445 is Cyan = 0.34, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 76 | 116 | 69 | - |
| CMYK | 0.34 | 0 | 0.41 | 0.55 |
| HSL | 111.06º | 0.25% | 0.36% | - |
| HSV(B) | 111.06º | 0.41% | 0.45% | - |
| XYZ | 10.3 | 14.46 | 7.88 | - |
| YUV | 98.68 | 111.25 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 116 | 69 | 0.34 | 0 | 0.41 | 0.55 | 111.06 | 0.25 | 0.36 |
| Hex | 4C | 74 | 45 | 22 | 0 | 29 | 37 | 6F | 19 | 24 |
| Octal | 114 | 164 | 105 | 42 | 0 | 51 | 67 | 157 | 31 | 44 |
| Binary | 1001100 | 1110100 | 1000101 | 100010 | 0 | 101001 | 110111 | 1101111 | 11001 | 100100 |
Color Harmonies of #4C7445
Complementary color
Monochromatic Colors of #4C7445
Black with #4C7445
Text Example
Text Example
White with #4C7445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7445; }
p { color: rgb(76,116,69); }
H1.HeaderClassName
{
color: #4C7445;
}
.AnyTagClassName
{
color: #4C7445;
}
</style>
background-color css
<style>
a { background-color: #4C7445; }
a { background-color: rgb(76,116,69); }
div.DivClassName
{
background-color: #4C7445;
}
.BgClassName
{
background-color: #4C7445;
}
</style>
border-color css
<style>
span { border-color: #4C7445; }
span { border-color: rgb(76,116,69); }
td.TdClassName
{
border-color: #4C7445;
}
.TagClassName
{
border-color: #4C7445;
}
</style>