Shades of Fern Green #4C703C
Tints of Fern Green #4C703C
RGB
CMYK
RGB Variations
Color information
#4C703C (or 0x4C703C) is known color: Fern Green. HEX triplet: 4C, 70 and 3C. RGB value is (76,112,60). Sum of RGB (Red+Green+Blue) = 76+112+60=248 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.65% from 248); Green value is 112 (44.14% from 255 or 45.16% from 248); Blue value is 60 (23.83% from 255 or 24.19% from 248); Max value from RGB is 112 - color contains mainly: green. Hex color #4C703C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C703C is #B38FC3. Grayscale: #5F5F5F. Windows color (decimal): -11767748 or 3960908. OLE color: 3960908.
HSL color Cylindrical-coordinate representation of color #4C703C: hue angle of 101.54º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4C703C is Cyan = 0.32, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 76 | 112 | 60 | - |
| CMYK | 0.32 | 0 | 0.46 | 0.56 |
| HSL | 101.54º | 0.3% | 0.34% | - |
| HSV(B) | 101.54º | 0.46% | 0.44% | - |
| XYZ | 9.59 | 13.45 | 6.37 | - |
| YUV | 95.31 | 108.07 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 112 | 60 | 0.32 | 0 | 0.46 | 0.56 | 101.54 | 0.3 | 0.34 |
| Hex | 4C | 70 | 3C | 20 | 0 | 2E | 38 | 66 | 1E | 22 |
| Octal | 114 | 160 | 74 | 40 | 0 | 56 | 70 | 146 | 36 | 42 |
| Binary | 1001100 | 1110000 | 111100 | 100000 | 0 | 101110 | 111000 | 1100110 | 11110 | 100010 |
Color Harmonies of #4C703C
Complementary color
Monochromatic Colors of #4C703C
Black with #4C703C
Text Example
Text Example
White with #4C703C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C703C; }
p { color: rgb(76,112,60); }
H1.HeaderClassName
{
color: #4C703C;
}
.AnyTagClassName
{
color: #4C703C;
}
</style>
background-color css
<style>
a { background-color: #4C703C; }
a { background-color: rgb(76,112,60); }
div.DivClassName
{
background-color: #4C703C;
}
.BgClassName
{
background-color: #4C703C;
}
</style>
border-color css
<style>
span { border-color: #4C703C; }
span { border-color: rgb(76,112,60); }
td.TdClassName
{
border-color: #4C703C;
}
.TagClassName
{
border-color: #4C703C;
}
</style>