Shades of Fern Green #4B7146
Tints of Fern Green #4B7146
RGB
CMYK
RGB Variations
Color information
#4B7146 (or 0x4B7146) is known color: Fern Green. HEX triplet: 4B, 71 and 46. RGB value is (75,113,70). Sum of RGB (Red+Green+Blue) = 75+113+70=258 (34% of max value = 765). Red value is 75 (29.69% from 255 or 29.07% from 258); Green value is 113 (44.53% from 255 or 43.80% from 258); Blue value is 70 (27.73% from 255 or 27.13% from 258); Max value from RGB is 113 - color contains mainly: green. Hex color #4B7146 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7146 is #B48EB9. Grayscale: #606060. Windows color (decimal): -11833018 or 4616523. OLE color: 4616523.
HSL color Cylindrical-coordinate representation of color #4B7146: hue angle of 113.02º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4B7146 is Cyan = 0.34, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 75 | 113 | 70 | - |
| CMYK | 0.34 | 0 | 0.38 | 0.56 |
| HSL | 113.02º | 0.23% | 0.36% | - |
| HSV(B) | 113.02º | 0.38% | 0.44% | - |
| XYZ | 9.91 | 13.75 | 7.93 | - |
| YUV | 96.74 | 112.91 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 113 | 70 | 0.34 | 0 | 0.38 | 0.56 | 113.02 | 0.23 | 0.36 |
| Hex | 4B | 71 | 46 | 22 | 0 | 26 | 38 | 71 | 17 | 24 |
| Octal | 113 | 161 | 106 | 42 | 0 | 46 | 70 | 161 | 27 | 44 |
| Binary | 1001011 | 1110001 | 1000110 | 100010 | 0 | 100110 | 111000 | 1110001 | 10111 | 100100 |
Color Harmonies of #4B7146
Complementary color
Monochromatic Colors of #4B7146
Black with #4B7146
Text Example
Text Example
White with #4B7146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7146; }
p { color: rgb(75,113,70); }
H1.HeaderClassName
{
color: #4B7146;
}
.AnyTagClassName
{
color: #4B7146;
}
</style>
background-color css
<style>
a { background-color: #4B7146; }
a { background-color: rgb(75,113,70); }
div.DivClassName
{
background-color: #4B7146;
}
.BgClassName
{
background-color: #4B7146;
}
</style>
border-color css
<style>
span { border-color: #4B7146; }
span { border-color: rgb(75,113,70); }
td.TdClassName
{
border-color: #4B7146;
}
.TagClassName
{
border-color: #4B7146;
}
</style>