Shades of Fern Green #548E40
Tints of Fern Green #548E40
RGB
CMYK
RGB Variations
Color information
#548E40 (or 0x548E40) is known color: Fern Green. HEX triplet: 54, 8E and 40. RGB value is (84,142,64). Sum of RGB (Red+Green+Blue) = 84+142+64=290 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.97% from 290); Green value is 142 (55.86% from 255 or 48.97% from 290); Blue value is 64 (25.39% from 255 or 22.07% from 290); Max value from RGB is 142 - color contains mainly: green. Hex color #548E40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #548E40 is #AB71BF. Grayscale: #747474. Windows color (decimal): -11235776 or 4230740. OLE color: 4230740.
HSL color Cylindrical-coordinate representation of color #548E40: hue angle of 104.62º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #548E40 is Cyan = 0.41, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 84 | 142 | 64 | - |
| CMYK | 0.41 | 0 | 0.55 | 0.44 |
| HSL | 104.62º | 0.38% | 0.4% | - |
| HSV(B) | 104.62º | 0.55% | 0.56% | - |
| XYZ | 14.25 | 21.6 | 8.27 | - |
| YUV | 115.77 | 98.78 | 105.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 142 | 64 | 0.41 | 0 | 0.55 | 0.44 | 104.62 | 0.38 | 0.4 |
| Hex | 54 | 8E | 40 | 29 | 0 | 37 | 2C | 69 | 26 | 28 |
| Octal | 124 | 216 | 100 | 51 | 0 | 67 | 54 | 151 | 46 | 50 |
| Binary | 1010100 | 10001110 | 1000000 | 101001 | 0 | 110111 | 101100 | 1101001 | 100110 | 101000 |
Color Harmonies of #548E40
Complementary color
Monochromatic Colors of #548E40
Black with #548E40
Text Example
Text Example
White with #548E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548E40; }
p { color: rgb(84,142,64); }
H1.HeaderClassName
{
color: #548E40;
}
.AnyTagClassName
{
color: #548E40;
}
</style>
background-color css
<style>
a { background-color: #548E40; }
a { background-color: rgb(84,142,64); }
div.DivClassName
{
background-color: #548E40;
}
.BgClassName
{
background-color: #548E40;
}
</style>
border-color css
<style>
span { border-color: #548E40; }
span { border-color: rgb(84,142,64); }
td.TdClassName
{
border-color: #548E40;
}
.TagClassName
{
border-color: #548E40;
}
</style>