Shades of Fern Green #4C7C3F
Tints of Fern Green #4C7C3F
RGB
CMYK
RGB Variations
Color information
#4C7C3F (or 0x4C7C3F) is known color: Fern Green. HEX triplet: 4C, 7C and 3F. RGB value is (76,124,63). Sum of RGB (Red+Green+Blue) = 76+124+63=263 (34% of max value = 765). Red value is 76 (30.08% from 255 or 28.90% from 263); Green value is 124 (48.83% from 255 or 47.15% from 263); Blue value is 63 (25% from 255 or 23.95% from 263); Max value from RGB is 124 - color contains mainly: green. Hex color #4C7C3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C7C3F is #B383C0. Grayscale: #666666. Windows color (decimal): -11764673 or 4160588. OLE color: 4160588.
HSL color Cylindrical-coordinate representation of color #4C7C3F: hue angle of 107.21º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4C7C3F is Cyan = 0.39, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 76 | 124 | 63 | - |
| CMYK | 0.39 | 0 | 0.49 | 0.51 |
| HSL | 107.21º | 0.33% | 0.37% | - |
| HSV(B) | 107.21º | 0.49% | 0.49% | - |
| XYZ | 11.09 | 16.31 | 7.27 | - |
| YUV | 102.69 | 105.6 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 124 | 63 | 0.39 | 0 | 0.49 | 0.51 | 107.21 | 0.33 | 0.37 |
| Hex | 4C | 7C | 3F | 27 | 0 | 31 | 33 | 6B | 21 | 25 |
| Octal | 114 | 174 | 77 | 47 | 0 | 61 | 63 | 153 | 41 | 45 |
| Binary | 1001100 | 1111100 | 111111 | 100111 | 0 | 110001 | 110011 | 1101011 | 100001 | 100101 |
Color Harmonies of #4C7C3F
Complementary color
Monochromatic Colors of #4C7C3F
Black with #4C7C3F
Text Example
Text Example
White with #4C7C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7C3F; }
p { color: rgb(76,124,63); }
H1.HeaderClassName
{
color: #4C7C3F;
}
.AnyTagClassName
{
color: #4C7C3F;
}
</style>
background-color css
<style>
a { background-color: #4C7C3F; }
a { background-color: rgb(76,124,63); }
div.DivClassName
{
background-color: #4C7C3F;
}
.BgClassName
{
background-color: #4C7C3F;
}
</style>
border-color css
<style>
span { border-color: #4C7C3F; }
span { border-color: rgb(76,124,63); }
td.TdClassName
{
border-color: #4C7C3F;
}
.TagClassName
{
border-color: #4C7C3F;
}
</style>