Shades of Fern Green #4B8446
Tints of Fern Green #4B8446
RGB
CMYK
RGB Variations
Color information
#4B8446 (or 0x4B8446) is known color: Fern Green. HEX triplet: 4B, 84 and 46. RGB value is (75,132,70). Sum of RGB (Red+Green+Blue) = 75+132+70=277 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.08% from 277); Green value is 132 (51.95% from 255 or 47.65% from 277); Blue value is 70 (27.73% from 255 or 25.27% from 277); Max value from RGB is 132 - color contains mainly: green. Hex color #4B8446 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B8446 is #B47BB9. Grayscale: #6C6C6C. Windows color (decimal): -11828154 or 4621387. OLE color: 4621387.
HSL color Cylindrical-coordinate representation of color #4B8446: hue angle of 115.16º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4B8446 is Cyan = 0.43, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 75 | 132 | 70 | - |
| CMYK | 0.43 | 0 | 0.47 | 0.48 |
| HSL | 115.16º | 0.31% | 0.4% | - |
| HSV(B) | 115.16º | 0.47% | 0.52% | - |
| XYZ | 12.26 | 18.44 | 8.71 | - |
| YUV | 107.89 | 106.62 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 132 | 70 | 0.43 | 0 | 0.47 | 0.48 | 115.16 | 0.31 | 0.4 |
| Hex | 4B | 84 | 46 | 2B | 0 | 2F | 30 | 73 | 1F | 28 |
| Octal | 113 | 204 | 106 | 53 | 0 | 57 | 60 | 163 | 37 | 50 |
| Binary | 1001011 | 10000100 | 1000110 | 101011 | 0 | 101111 | 110000 | 1110011 | 11111 | 101000 |
Color Harmonies of #4B8446
Complementary color
Monochromatic Colors of #4B8446
Black with #4B8446
Text Example
Text Example
White with #4B8446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B8446; }
p { color: rgb(75,132,70); }
H1.HeaderClassName
{
color: #4B8446;
}
.AnyTagClassName
{
color: #4B8446;
}
</style>
background-color css
<style>
a { background-color: #4B8446; }
a { background-color: rgb(75,132,70); }
div.DivClassName
{
background-color: #4B8446;
}
.BgClassName
{
background-color: #4B8446;
}
</style>
border-color css
<style>
span { border-color: #4B8446; }
span { border-color: rgb(75,132,70); }
td.TdClassName
{
border-color: #4B8446;
}
.TagClassName
{
border-color: #4B8446;
}
</style>