Shades of Fern Green #4C7B48
Tints of Fern Green #4C7B48
RGB
CMYK
RGB Variations
Color information
#4C7B48 (or 0x4C7B48) is known color: Fern Green. HEX triplet: 4C, 7B and 48. RGB value is (76,123,72). Sum of RGB (Red+Green+Blue) = 76+123+72=271 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.04% from 271); Green value is 123 (48.44% from 255 or 45.39% from 271); Blue value is 72 (28.52% from 255 or 26.57% from 271); Max value from RGB is 123 - color contains mainly: green. Hex color #4C7B48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C7B48 is #B384B7. Grayscale: #676767. Windows color (decimal): -11764920 or 4750156. OLE color: 4750156.
HSL color Cylindrical-coordinate representation of color #4C7B48: hue angle of 115.29º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4C7B48 is Cyan = 0.38, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 76 | 123 | 72 | - |
| CMYK | 0.38 | 0 | 0.41 | 0.52 |
| HSL | 115.29º | 0.26% | 0.38% | - |
| HSV(B) | 115.29º | 0.41% | 0.48% | - |
| XYZ | 11.23 | 16.17 | 8.66 | - |
| YUV | 103.13 | 110.43 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 123 | 72 | 0.38 | 0 | 0.41 | 0.52 | 115.29 | 0.26 | 0.38 |
| Hex | 4C | 7B | 48 | 26 | 0 | 29 | 34 | 73 | 1A | 26 |
| Octal | 114 | 173 | 110 | 46 | 0 | 51 | 64 | 163 | 32 | 46 |
| Binary | 1001100 | 1111011 | 1001000 | 100110 | 0 | 101001 | 110100 | 1110011 | 11010 | 100110 |
Color Harmonies of #4C7B48
Complementary color
Monochromatic Colors of #4C7B48
Black with #4C7B48
Text Example
Text Example
White with #4C7B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7B48; }
p { color: rgb(76,123,72); }
H1.HeaderClassName
{
color: #4C7B48;
}
.AnyTagClassName
{
color: #4C7B48;
}
</style>
background-color css
<style>
a { background-color: #4C7B48; }
a { background-color: rgb(76,123,72); }
div.DivClassName
{
background-color: #4C7B48;
}
.BgClassName
{
background-color: #4C7B48;
}
</style>
border-color css
<style>
span { border-color: #4C7B48; }
span { border-color: rgb(76,123,72); }
td.TdClassName
{
border-color: #4C7B48;
}
.TagClassName
{
border-color: #4C7B48;
}
</style>