Shades of Fern Green #4B8944
Tints of Fern Green #4B8944
RGB
CMYK
RGB Variations
Color information
#4B8944 (or 0x4B8944) is known color: Fern Green. HEX triplet: 4B, 89 and 44. RGB value is (75,137,68). Sum of RGB (Red+Green+Blue) = 75+137+68=280 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.79% from 280); Green value is 137 (53.91% from 255 or 48.93% from 280); Blue value is 68 (26.95% from 255 or 24.29% from 280); Max value from RGB is 137 - color contains mainly: green. Hex color #4B8944 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B8944 is #B476BB. Grayscale: #6E6E6E. Windows color (decimal): -11826876 or 4491595. OLE color: 4491595.
HSL color Cylindrical-coordinate representation of color #4B8944: hue angle of 113.91º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4B8944 is Cyan = 0.45, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 75 | 137 | 68 | - |
| CMYK | 0.45 | 0 | 0.50 | 0.46 |
| HSL | 113.91º | 0.34% | 0.4% | - |
| HSV(B) | 113.91º | 0.5% | 0.54% | - |
| XYZ | 12.89 | 19.8 | 8.61 | - |
| YUV | 110.6 | 103.96 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 137 | 68 | 0.45 | 0 | 0.50 | 0.46 | 113.91 | 0.34 | 0.4 |
| Hex | 4B | 89 | 44 | 2D | 0 | 32 | 2E | 72 | 22 | 28 |
| Octal | 113 | 211 | 104 | 55 | 0 | 62 | 56 | 162 | 42 | 50 |
| Binary | 1001011 | 10001001 | 1000100 | 101101 | 0 | 110010 | 101110 | 1110010 | 100010 | 101000 |
Color Harmonies of #4B8944
Complementary color
Monochromatic Colors of #4B8944
Black with #4B8944
Text Example
Text Example
White with #4B8944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B8944; }
p { color: rgb(75,137,68); }
H1.HeaderClassName
{
color: #4B8944;
}
.AnyTagClassName
{
color: #4B8944;
}
</style>
background-color css
<style>
a { background-color: #4B8944; }
a { background-color: rgb(75,137,68); }
div.DivClassName
{
background-color: #4B8944;
}
.BgClassName
{
background-color: #4B8944;
}
</style>
border-color css
<style>
span { border-color: #4B8944; }
span { border-color: rgb(75,137,68); }
td.TdClassName
{
border-color: #4B8944;
}
.TagClassName
{
border-color: #4B8944;
}
</style>