Shades of Fern Green #4B8240
Tints of Fern Green #4B8240
RGB
CMYK
RGB Variations
Color information
#4B8240 (or 0x4B8240) is known color: Fern Green. HEX triplet: 4B, 82 and 40. RGB value is (75,130,64). Sum of RGB (Red+Green+Blue) = 75+130+64=269 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.88% from 269); Green value is 130 (51.17% from 255 or 48.33% from 269); Blue value is 64 (25.39% from 255 or 23.79% from 269); Max value from RGB is 130 - color contains mainly: green. Hex color #4B8240 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B8240 is #B47DBF. Grayscale: #6A6A6A. Windows color (decimal): -11828672 or 4227659. OLE color: 4227659.
HSL color Cylindrical-coordinate representation of color #4B8240: hue angle of 110º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4B8240 is Cyan = 0.42, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 75 | 130 | 64 | - |
| CMYK | 0.42 | 0 | 0.51 | 0.49 |
| HSL | 110º | 0.34% | 0.38% | - |
| HSV(B) | 110º | 0.51% | 0.51% | - |
| XYZ | 11.81 | 17.83 | 7.67 | - |
| YUV | 106.03 | 104.28 | 105.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 130 | 64 | 0.42 | 0 | 0.51 | 0.49 | 110 | 0.34 | 0.38 |
| Hex | 4B | 82 | 40 | 2A | 0 | 33 | 31 | 6E | 22 | 26 |
| Octal | 113 | 202 | 100 | 52 | 0 | 63 | 61 | 156 | 42 | 46 |
| Binary | 1001011 | 10000010 | 1000000 | 101010 | 0 | 110011 | 110001 | 1101110 | 100010 | 100110 |
Color Harmonies of #4B8240
Complementary color
Monochromatic Colors of #4B8240
Black with #4B8240
Text Example
Text Example
White with #4B8240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B8240; }
p { color: rgb(75,130,64); }
H1.HeaderClassName
{
color: #4B8240;
}
.AnyTagClassName
{
color: #4B8240;
}
</style>
background-color css
<style>
a { background-color: #4B8240; }
a { background-color: rgb(75,130,64); }
div.DivClassName
{
background-color: #4B8240;
}
.BgClassName
{
background-color: #4B8240;
}
</style>
border-color css
<style>
span { border-color: #4B8240; }
span { border-color: rgb(75,130,64); }
td.TdClassName
{
border-color: #4B8240;
}
.TagClassName
{
border-color: #4B8240;
}
</style>