Shades of Fern Green #4C7048
Tints of Fern Green #4C7048
RGB
CMYK
RGB Variations
Color information
#4C7048 (or 0x4C7048) is known color: Fern Green. HEX triplet: 4C, 70 and 48. RGB value is (76,112,72). Sum of RGB (Red+Green+Blue) = 76+112+72=260 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.23% from 260); Green value is 112 (44.14% from 255 or 43.08% from 260); Blue value is 72 (28.52% from 255 or 27.69% from 260); Max value from RGB is 112 - color contains mainly: green. Hex color #4C7048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C7048 is #B38FB7. Grayscale: #606060. Windows color (decimal): -11767736 or 4747340. OLE color: 4747340.
HSL color Cylindrical-coordinate representation of color #4C7048: hue angle of 114º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4C7048 is Cyan = 0.32, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 76 | 112 | 72 | - |
| CMYK | 0.32 | 0 | 0.36 | 0.56 |
| HSL | 114º | 0.22% | 0.36% | - |
| HSV(B) | 114º | 0.36% | 0.44% | - |
| XYZ | 9.94 | 13.59 | 8.23 | - |
| YUV | 96.68 | 114.07 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 112 | 72 | 0.32 | 0 | 0.36 | 0.56 | 114 | 0.22 | 0.36 |
| Hex | 4C | 70 | 48 | 20 | 0 | 24 | 38 | 72 | 16 | 24 |
| Octal | 114 | 160 | 110 | 40 | 0 | 44 | 70 | 162 | 26 | 44 |
| Binary | 1001100 | 1110000 | 1001000 | 100000 | 0 | 100100 | 111000 | 1110010 | 10110 | 100100 |
Color Harmonies of #4C7048
Complementary color
Monochromatic Colors of #4C7048
Black with #4C7048
Text Example
Text Example
White with #4C7048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7048; }
p { color: rgb(76,112,72); }
H1.HeaderClassName
{
color: #4C7048;
}
.AnyTagClassName
{
color: #4C7048;
}
</style>
background-color css
<style>
a { background-color: #4C7048; }
a { background-color: rgb(76,112,72); }
div.DivClassName
{
background-color: #4C7048;
}
.BgClassName
{
background-color: #4C7048;
}
</style>
border-color css
<style>
span { border-color: #4C7048; }
span { border-color: rgb(76,112,72); }
td.TdClassName
{
border-color: #4C7048;
}
.TagClassName
{
border-color: #4C7048;
}
</style>