Shades of Fern Green #4C7B49
Tints of Fern Green #4C7B49
RGB
CMYK
RGB Variations
Color information
#4C7B49 (or 0x4C7B49) is known color: Fern Green. HEX triplet: 4C, 7B and 49. RGB value is (76,123,73). Sum of RGB (Red+Green+Blue) = 76+123+73=272 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.94% from 272); Green value is 123 (48.44% from 255 or 45.22% from 272); Blue value is 73 (28.91% from 255 or 26.84% from 272); Max value from RGB is 123 - color contains mainly: green. Hex color #4C7B49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C7B49 is #B384B6. Grayscale: #676767. Windows color (decimal): -11764919 or 4815692. OLE color: 4815692.
HSL color Cylindrical-coordinate representation of color #4C7B49: hue angle of 116.4º 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 #4C7B49 is Cyan = 0.38, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 76 | 123 | 73 | - |
| CMYK | 0.38 | 0 | 0.41 | 0.52 |
| HSL | 116.4º | 0.26% | 0.38% | - |
| HSV(B) | 116.4º | 0.41% | 0.48% | - |
| XYZ | 11.27 | 16.18 | 8.83 | - |
| YUV | 103.25 | 110.93 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 123 | 73 | 0.38 | 0 | 0.41 | 0.52 | 116.4 | 0.26 | 0.38 |
| Hex | 4C | 7B | 49 | 26 | 0 | 29 | 34 | 74 | 1A | 26 |
| Octal | 114 | 173 | 111 | 46 | 0 | 51 | 64 | 164 | 32 | 46 |
| Binary | 1001100 | 1111011 | 1001001 | 100110 | 0 | 101001 | 110100 | 1110100 | 11010 | 100110 |
Color Harmonies of #4C7B49
Complementary color
Monochromatic Colors of #4C7B49
Black with #4C7B49
Text Example
Text Example
White with #4C7B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7B49; }
p { color: rgb(76,123,73); }
H1.HeaderClassName
{
color: #4C7B49;
}
.AnyTagClassName
{
color: #4C7B49;
}
</style>
background-color css
<style>
a { background-color: #4C7B49; }
a { background-color: rgb(76,123,73); }
div.DivClassName
{
background-color: #4C7B49;
}
.BgClassName
{
background-color: #4C7B49;
}
</style>
border-color css
<style>
span { border-color: #4C7B49; }
span { border-color: rgb(76,123,73); }
td.TdClassName
{
border-color: #4C7B49;
}
.TagClassName
{
border-color: #4C7B49;
}
</style>