Shades of Fern Green #4B7138
Tints of Fern Green #4B7138
RGB
CMYK
RGB Variations
Color information
#4B7138 (or 0x4B7138) is known color: Fern Green. HEX triplet: 4B, 71 and 38. RGB value is (75,113,56). Sum of RGB (Red+Green+Blue) = 75+113+56=244 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.74% from 244); Green value is 113 (44.53% from 255 or 46.31% from 244); Blue value is 56 (22.27% from 255 or 22.95% from 244); Max value from RGB is 113 - color contains mainly: green. Hex color #4B7138 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7138 is #B48EC7. Grayscale: #5F5F5F. Windows color (decimal): -11833032 or 3699019. OLE color: 3699019.
HSL color Cylindrical-coordinate representation of color #4B7138: hue angle of 100º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4B7138 is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 75 | 113 | 56 | - |
| CMYK | 0.34 | 0 | 0.50 | 0.56 |
| HSL | 100º | 0.34% | 0.33% | - |
| HSV(B) | 100º | 0.5% | 0.44% | - |
| XYZ | 9.52 | 13.59 | 5.86 | - |
| YUV | 95.14 | 105.91 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 113 | 56 | 0.34 | 0 | 0.50 | 0.56 | 100 | 0.34 | 0.33 |
| Hex | 4B | 71 | 38 | 22 | 0 | 32 | 38 | 64 | 22 | 21 |
| Octal | 113 | 161 | 70 | 42 | 0 | 62 | 70 | 144 | 42 | 41 |
| Binary | 1001011 | 1110001 | 111000 | 100010 | 0 | 110010 | 111000 | 1100100 | 100010 | 100001 |
Color Harmonies of #4B7138
Complementary color
Monochromatic Colors of #4B7138
Black with #4B7138
Text Example
Text Example
White with #4B7138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7138; }
p { color: rgb(75,113,56); }
H1.HeaderClassName
{
color: #4B7138;
}
.AnyTagClassName
{
color: #4B7138;
}
</style>
background-color css
<style>
a { background-color: #4B7138; }
a { background-color: rgb(75,113,56); }
div.DivClassName
{
background-color: #4B7138;
}
.BgClassName
{
background-color: #4B7138;
}
</style>
border-color css
<style>
span { border-color: #4B7138; }
span { border-color: rgb(75,113,56); }
td.TdClassName
{
border-color: #4B7138;
}
.TagClassName
{
border-color: #4B7138;
}
</style>