Shades of Fern Green #4B703F
Tints of Fern Green #4B703F
RGB
CMYK
RGB Variations
Color information
#4B703F (or 0x4B703F) is known color: Fern Green. HEX triplet: 4B, 70 and 3F. RGB value is (75,112,63). Sum of RGB (Red+Green+Blue) = 75+112+63=250 (33% of max value = 765). Red value is 75 (29.69% from 255 or 30% from 250); Green value is 112 (44.14% from 255 or 44.8% from 250); Blue value is 63 (25% from 255 or 25.2% from 250); Max value from RGB is 112 - color contains mainly: green. Hex color #4B703F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B703F is #B48FC0. Grayscale: #5F5F5F. Windows color (decimal): -11833281 or 4157515. OLE color: 4157515.
HSL color Cylindrical-coordinate representation of color #4B703F: hue angle of 105.31º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4B703F is Cyan = 0.33, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 75 | 112 | 63 | - |
| CMYK | 0.33 | 0 | 0.44 | 0.56 |
| HSL | 105.31º | 0.28% | 0.34% | - |
| HSV(B) | 105.31º | 0.44% | 0.44% | - |
| XYZ | 9.59 | 13.44 | 6.79 | - |
| YUV | 95.35 | 109.74 | 113.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 112 | 63 | 0.33 | 0 | 0.44 | 0.56 | 105.31 | 0.28 | 0.34 |
| Hex | 4B | 70 | 3F | 21 | 0 | 2C | 38 | 69 | 1C | 22 |
| Octal | 113 | 160 | 77 | 41 | 0 | 54 | 70 | 151 | 34 | 42 |
| Binary | 1001011 | 1110000 | 111111 | 100001 | 0 | 101100 | 111000 | 1101001 | 11100 | 100010 |
Color Harmonies of #4B703F
Complementary color
Monochromatic Colors of #4B703F
Black with #4B703F
Text Example
Text Example
White with #4B703F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B703F; }
p { color: rgb(75,112,63); }
H1.HeaderClassName
{
color: #4B703F;
}
.AnyTagClassName
{
color: #4B703F;
}
</style>
background-color css
<style>
a { background-color: #4B703F; }
a { background-color: rgb(75,112,63); }
div.DivClassName
{
background-color: #4B703F;
}
.BgClassName
{
background-color: #4B703F;
}
</style>
border-color css
<style>
span { border-color: #4B703F; }
span { border-color: rgb(75,112,63); }
td.TdClassName
{
border-color: #4B703F;
}
.TagClassName
{
border-color: #4B703F;
}
</style>