Shades of Fern Green #4B8E43
Tints of Fern Green #4B8E43
RGB
CMYK
RGB Variations
Color information
#4B8E43 (or 0x4B8E43) is known color: Fern Green. HEX triplet: 4B, 8E and 43. RGB value is (75,142,67). Sum of RGB (Red+Green+Blue) = 75+142+67=284 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.41% from 284); Green value is 142 (55.86% from 255 or 50% from 284); Blue value is 67 (26.56% from 255 or 23.59% from 284); Max value from RGB is 142 - color contains mainly: green. Hex color #4B8E43 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B8E43 is #B471BC. Grayscale: #717171. Windows color (decimal): -11825597 or 4427339. OLE color: 4427339.
HSL color Cylindrical-coordinate representation of color #4B8E43: hue angle of 113.6º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4B8E43 is Cyan = 0.47, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 75 | 142 | 67 | - |
| CMYK | 0.47 | 0 | 0.53 | 0.44 |
| HSL | 113.6º | 0.36% | 0.41% | - |
| HSV(B) | 113.6º | 0.53% | 0.56% | - |
| XYZ | 13.59 | 21.25 | 8.7 | - |
| YUV | 113.42 | 101.8 | 100.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 142 | 67 | 0.47 | 0 | 0.53 | 0.44 | 113.6 | 0.36 | 0.41 |
| Hex | 4B | 8E | 43 | 2F | 0 | 35 | 2C | 72 | 24 | 29 |
| Octal | 113 | 216 | 103 | 57 | 0 | 65 | 54 | 162 | 44 | 51 |
| Binary | 1001011 | 10001110 | 1000011 | 101111 | 0 | 110101 | 101100 | 1110010 | 100100 | 101001 |
Color Harmonies of #4B8E43
Complementary color
Monochromatic Colors of #4B8E43
Black with #4B8E43
Text Example
Text Example
White with #4B8E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B8E43; }
p { color: rgb(75,142,67); }
H1.HeaderClassName
{
color: #4B8E43;
}
.AnyTagClassName
{
color: #4B8E43;
}
</style>
background-color css
<style>
a { background-color: #4B8E43; }
a { background-color: rgb(75,142,67); }
div.DivClassName
{
background-color: #4B8E43;
}
.BgClassName
{
background-color: #4B8E43;
}
</style>
border-color css
<style>
span { border-color: #4B8E43; }
span { border-color: rgb(75,142,67); }
td.TdClassName
{
border-color: #4B8E43;
}
.TagClassName
{
border-color: #4B8E43;
}
</style>