Shades of Fern Green #4C7B3F
Tints of Fern Green #4C7B3F
RGB
CMYK
RGB Variations
Color information
#4C7B3F (or 0x4C7B3F) is known color: Fern Green. HEX triplet: 4C, 7B and 3F. RGB value is (76,123,63). Sum of RGB (Red+Green+Blue) = 76+123+63=262 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.01% from 262); Green value is 123 (48.44% from 255 or 46.95% from 262); Blue value is 63 (25% from 255 or 24.05% from 262); Max value from RGB is 123 - color contains mainly: green. Hex color #4C7B3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C7B3F is #B384C0. Grayscale: #666666. Windows color (decimal): -11764929 or 4160332. OLE color: 4160332.
HSL color Cylindrical-coordinate representation of color #4C7B3F: hue angle of 107º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4C7B3F is Cyan = 0.38, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 76 | 123 | 63 | - |
| CMYK | 0.38 | 0 | 0.49 | 0.52 |
| HSL | 107º | 0.32% | 0.36% | - |
| HSV(B) | 107º | 0.49% | 0.48% | - |
| XYZ | 10.96 | 16.06 | 7.23 | - |
| YUV | 102.11 | 105.93 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 123 | 63 | 0.38 | 0 | 0.49 | 0.52 | 107 | 0.32 | 0.36 |
| Hex | 4C | 7B | 3F | 26 | 0 | 31 | 34 | 6B | 20 | 24 |
| Octal | 114 | 173 | 77 | 46 | 0 | 61 | 64 | 153 | 40 | 44 |
| Binary | 1001100 | 1111011 | 111111 | 100110 | 0 | 110001 | 110100 | 1101011 | 100000 | 100100 |
Color Harmonies of #4C7B3F
Complementary color
Monochromatic Colors of #4C7B3F
Black with #4C7B3F
Text Example
Text Example
White with #4C7B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7B3F; }
p { color: rgb(76,123,63); }
H1.HeaderClassName
{
color: #4C7B3F;
}
.AnyTagClassName
{
color: #4C7B3F;
}
</style>
background-color css
<style>
a { background-color: #4C7B3F; }
a { background-color: rgb(76,123,63); }
div.DivClassName
{
background-color: #4C7B3F;
}
.BgClassName
{
background-color: #4C7B3F;
}
</style>
border-color css
<style>
span { border-color: #4C7B3F; }
span { border-color: rgb(76,123,63); }
td.TdClassName
{
border-color: #4C7B3F;
}
.TagClassName
{
border-color: #4C7B3F;
}
</style>