Shades of Fern Green #4C7B38
Tints of Fern Green #4C7B38
RGB
CMYK
RGB Variations
Color information
#4C7B38 (or 0x4C7B38) is known color: Fern Green. HEX triplet: 4C, 7B and 38. RGB value is (76,123,56). Sum of RGB (Red+Green+Blue) = 76+123+56=255 (33% of max value = 765). Red value is 76 (30.08% from 255 or 29.80% from 255); Green value is 123 (48.44% from 255 or 48.24% from 255); Blue value is 56 (22.27% from 255 or 21.96% from 255); Max value from RGB is 123 - color contains mainly: green. Hex color #4C7B38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C7B38 is #B384C7. Grayscale: #656565. Windows color (decimal): -11764936 or 3701580. OLE color: 3701580.
HSL color Cylindrical-coordinate representation of color #4C7B38: hue angle of 102.09º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4C7B38 is Cyan = 0.38, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 76 | 123 | 56 | - |
| CMYK | 0.38 | 0 | 0.54 | 0.52 |
| HSL | 102.09º | 0.37% | 0.35% | - |
| HSV(B) | 102.09º | 0.54% | 0.48% | - |
| XYZ | 10.78 | 15.99 | 6.26 | - |
| YUV | 101.31 | 102.43 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 123 | 56 | 0.38 | 0 | 0.54 | 0.52 | 102.09 | 0.37 | 0.35 |
| Hex | 4C | 7B | 38 | 26 | 0 | 36 | 34 | 66 | 25 | 23 |
| Octal | 114 | 173 | 70 | 46 | 0 | 66 | 64 | 146 | 45 | 43 |
| Binary | 1001100 | 1111011 | 111000 | 100110 | 0 | 110110 | 110100 | 1100110 | 100101 | 100011 |
Color Harmonies of #4C7B38
Complementary color
Monochromatic Colors of #4C7B38
Black with #4C7B38
Text Example
Text Example
White with #4C7B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7B38; }
p { color: rgb(76,123,56); }
H1.HeaderClassName
{
color: #4C7B38;
}
.AnyTagClassName
{
color: #4C7B38;
}
</style>
background-color css
<style>
a { background-color: #4C7B38; }
a { background-color: rgb(76,123,56); }
div.DivClassName
{
background-color: #4C7B38;
}
.BgClassName
{
background-color: #4C7B38;
}
</style>
border-color css
<style>
span { border-color: #4C7B38; }
span { border-color: rgb(76,123,56); }
td.TdClassName
{
border-color: #4C7B38;
}
.TagClassName
{
border-color: #4C7B38;
}
</style>