Shades of Fern Green #4B7940
Tints of Fern Green #4B7940
RGB
CMYK
RGB Variations
Color information
#4B7940 (or 0x4B7940) is known color: Fern Green. HEX triplet: 4B, 79 and 40. RGB value is (75,121,64). Sum of RGB (Red+Green+Blue) = 75+121+64=260 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.85% from 260); Green value is 121 (47.66% from 255 or 46.54% from 260); Blue value is 64 (25.39% from 255 or 24.62% from 260); Max value from RGB is 121 - color contains mainly: green. Hex color #4B7940 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7940 is #B486BF. Grayscale: #646464. Windows color (decimal): -11830976 or 4225355. OLE color: 4225355.
HSL color Cylindrical-coordinate representation of color #4B7940: hue angle of 108.42º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4B7940 is Cyan = 0.38, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 75 | 121 | 64 | - |
| CMYK | 0.38 | 0 | 0.47 | 0.53 |
| HSL | 108.42º | 0.31% | 0.36% | - |
| HSV(B) | 108.42º | 0.47% | 0.47% | - |
| XYZ | 10.66 | 15.54 | 7.29 | - |
| YUV | 100.75 | 107.26 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 121 | 64 | 0.38 | 0 | 0.47 | 0.53 | 108.42 | 0.31 | 0.36 |
| Hex | 4B | 79 | 40 | 26 | 0 | 2F | 35 | 6C | 1F | 24 |
| Octal | 113 | 171 | 100 | 46 | 0 | 57 | 65 | 154 | 37 | 44 |
| Binary | 1001011 | 1111001 | 1000000 | 100110 | 0 | 101111 | 110101 | 1101100 | 11111 | 100100 |
Color Harmonies of #4B7940
Complementary color
Monochromatic Colors of #4B7940
Black with #4B7940
Text Example
Text Example
White with #4B7940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7940; }
p { color: rgb(75,121,64); }
H1.HeaderClassName
{
color: #4B7940;
}
.AnyTagClassName
{
color: #4B7940;
}
</style>
background-color css
<style>
a { background-color: #4B7940; }
a { background-color: rgb(75,121,64); }
div.DivClassName
{
background-color: #4B7940;
}
.BgClassName
{
background-color: #4B7940;
}
</style>
border-color css
<style>
span { border-color: #4B7940; }
span { border-color: rgb(75,121,64); }
td.TdClassName
{
border-color: #4B7940;
}
.TagClassName
{
border-color: #4B7940;
}
</style>