Shades of Fern Green #4C7648
Tints of Fern Green #4C7648
RGB
CMYK
RGB Variations
Color information
#4C7648 (or 0x4C7648) is known color: Fern Green. HEX triplet: 4C, 76 and 48. RGB value is (76,118,72). Sum of RGB (Red+Green+Blue) = 76+118+72=266 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.57% from 266); Green value is 118 (46.48% from 255 or 44.36% from 266); Blue value is 72 (28.52% from 255 or 27.07% from 266); Max value from RGB is 118 - color contains mainly: green. Hex color #4C7648 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C7648 is #B389B7. Grayscale: #646464. Windows color (decimal): -11766200 or 4748876. OLE color: 4748876.
HSL color Cylindrical-coordinate representation of color #4C7648: hue angle of 114.78º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4C7648 is Cyan = 0.36, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 76 | 118 | 72 | - |
| CMYK | 0.36 | 0 | 0.39 | 0.54 |
| HSL | 114.78º | 0.24% | 0.37% | - |
| HSV(B) | 114.78º | 0.39% | 0.46% | - |
| XYZ | 10.63 | 14.96 | 8.46 | - |
| YUV | 100.2 | 112.09 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 118 | 72 | 0.36 | 0 | 0.39 | 0.54 | 114.78 | 0.24 | 0.37 |
| Hex | 4C | 76 | 48 | 24 | 0 | 27 | 36 | 73 | 18 | 25 |
| Octal | 114 | 166 | 110 | 44 | 0 | 47 | 66 | 163 | 30 | 45 |
| Binary | 1001100 | 1110110 | 1001000 | 100100 | 0 | 100111 | 110110 | 1110011 | 11000 | 100101 |
Color Harmonies of #4C7648
Complementary color
Monochromatic Colors of #4C7648
Black with #4C7648
Text Example
Text Example
White with #4C7648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7648; }
p { color: rgb(76,118,72); }
H1.HeaderClassName
{
color: #4C7648;
}
.AnyTagClassName
{
color: #4C7648;
}
</style>
background-color css
<style>
a { background-color: #4C7648; }
a { background-color: rgb(76,118,72); }
div.DivClassName
{
background-color: #4C7648;
}
.BgClassName
{
background-color: #4C7648;
}
</style>
border-color css
<style>
span { border-color: #4C7648; }
span { border-color: rgb(76,118,72); }
td.TdClassName
{
border-color: #4C7648;
}
.TagClassName
{
border-color: #4C7648;
}
</style>