Shades of Fern Green #4C703D
Tints of Fern Green #4C703D
RGB
CMYK
RGB Variations
Color information
#4C703D (or 0x4C703D) is known color: Fern Green. HEX triplet: 4C, 70 and 3D. RGB value is (76,112,61). Sum of RGB (Red+Green+Blue) = 76+112+61=249 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.52% from 249); Green value is 112 (44.14% from 255 or 44.98% from 249); Blue value is 61 (24.22% from 255 or 24.50% from 249); Max value from RGB is 112 - color contains mainly: green. Hex color #4C703D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C703D is #B38FC2. Grayscale: #5F5F5F. Windows color (decimal): -11767747 or 4026444. OLE color: 4026444.
HSL color Cylindrical-coordinate representation of color #4C703D: hue angle of 102.35º degrees, saturation: 0.29, 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 #4C703D is Cyan = 0.32, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 76 | 112 | 61 | - |
| CMYK | 0.32 | 0 | 0.46 | 0.56 |
| HSL | 102.35º | 0.29% | 0.34% | - |
| HSV(B) | 102.35º | 0.46% | 0.44% | - |
| XYZ | 9.62 | 13.46 | 6.51 | - |
| YUV | 95.42 | 108.57 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 112 | 61 | 0.32 | 0 | 0.46 | 0.56 | 102.35 | 0.29 | 0.34 |
| Hex | 4C | 70 | 3D | 20 | 0 | 2E | 38 | 66 | 1D | 22 |
| Octal | 114 | 160 | 75 | 40 | 0 | 56 | 70 | 146 | 35 | 42 |
| Binary | 1001100 | 1110000 | 111101 | 100000 | 0 | 101110 | 111000 | 1100110 | 11101 | 100010 |
Color Harmonies of #4C703D
Complementary color
Monochromatic Colors of #4C703D
Black with #4C703D
Text Example
Text Example
White with #4C703D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C703D; }
p { color: rgb(76,112,61); }
H1.HeaderClassName
{
color: #4C703D;
}
.AnyTagClassName
{
color: #4C703D;
}
</style>
background-color css
<style>
a { background-color: #4C703D; }
a { background-color: rgb(76,112,61); }
div.DivClassName
{
background-color: #4C703D;
}
.BgClassName
{
background-color: #4C703D;
}
</style>
border-color css
<style>
span { border-color: #4C703D; }
span { border-color: rgb(76,112,61); }
td.TdClassName
{
border-color: #4C703D;
}
.TagClassName
{
border-color: #4C703D;
}
</style>