Shades of Fern Green #4B7145
Tints of Fern Green #4B7145
RGB
CMYK
RGB Variations
Color information
#4B7145 (or 0x4B7145) is known color: Fern Green. HEX triplet: 4B, 71 and 45. RGB value is (75,113,69). Sum of RGB (Red+Green+Blue) = 75+113+69=257 (34% of max value = 765). Red value is 75 (29.69% from 255 or 29.18% from 257); Green value is 113 (44.53% from 255 or 43.97% from 257); Blue value is 69 (27.34% from 255 or 26.85% from 257); Max value from RGB is 113 - color contains mainly: green. Hex color #4B7145 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7145 is #B48EBA. Grayscale: #606060. Windows color (decimal): -11833019 or 4550987. OLE color: 4550987.
HSL color Cylindrical-coordinate representation of color #4B7145: hue angle of 111.82º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4B7145 is Cyan = 0.34, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 75 | 113 | 69 | - |
| CMYK | 0.34 | 0 | 0.39 | 0.56 |
| HSL | 111.82º | 0.24% | 0.36% | - |
| HSV(B) | 111.82º | 0.39% | 0.44% | - |
| XYZ | 9.88 | 13.74 | 7.76 | - |
| YUV | 96.62 | 112.41 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 113 | 69 | 0.34 | 0 | 0.39 | 0.56 | 111.82 | 0.24 | 0.36 |
| Hex | 4B | 71 | 45 | 22 | 0 | 27 | 38 | 70 | 18 | 24 |
| Octal | 113 | 161 | 105 | 42 | 0 | 47 | 70 | 160 | 30 | 44 |
| Binary | 1001011 | 1110001 | 1000101 | 100010 | 0 | 100111 | 111000 | 1110000 | 11000 | 100100 |
Color Harmonies of #4B7145
Complementary color
Monochromatic Colors of #4B7145
Black with #4B7145
Text Example
Text Example
White with #4B7145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7145; }
p { color: rgb(75,113,69); }
H1.HeaderClassName
{
color: #4B7145;
}
.AnyTagClassName
{
color: #4B7145;
}
</style>
background-color css
<style>
a { background-color: #4B7145; }
a { background-color: rgb(75,113,69); }
div.DivClassName
{
background-color: #4B7145;
}
.BgClassName
{
background-color: #4B7145;
}
</style>
border-color css
<style>
span { border-color: #4B7145; }
span { border-color: rgb(75,113,69); }
td.TdClassName
{
border-color: #4B7145;
}
.TagClassName
{
border-color: #4B7145;
}
</style>