Shades of Fern Green #548D43
Tints of Fern Green #548D43
RGB
CMYK
RGB Variations
Color information
#548D43 (or 0x548D43) is known color: Fern Green. HEX triplet: 54, 8D and 43. RGB value is (84,141,67). Sum of RGB (Red+Green+Blue) = 84+141+67=292 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.77% from 292); Green value is 141 (55.47% from 255 or 48.29% from 292); Blue value is 67 (26.56% from 255 or 22.95% from 292); Max value from RGB is 141 - color contains mainly: green. Hex color #548D43 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #548D43 is #AB72BC. Grayscale: #737373. Windows color (decimal): -11236029 or 4427092. OLE color: 4427092.
HSL color Cylindrical-coordinate representation of color #548D43: hue angle of 106.22º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #548D43 is Cyan = 0.40, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 141 | 67 | - |
| CMYK | 0.40 | 0 | 0.52 | 0.45 |
| HSL | 106.22º | 0.36% | 0.41% | - |
| HSV(B) | 106.22º | 0.52% | 0.55% | - |
| XYZ | 14.19 | 21.34 | 8.68 | - |
| YUV | 115.52 | 100.62 | 105.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 141 | 67 | 0.40 | 0 | 0.52 | 0.45 | 106.22 | 0.36 | 0.41 |
| Hex | 54 | 8D | 43 | 28 | 0 | 34 | 2D | 6A | 24 | 29 |
| Octal | 124 | 215 | 103 | 50 | 0 | 64 | 55 | 152 | 44 | 51 |
| Binary | 1010100 | 10001101 | 1000011 | 101000 | 0 | 110100 | 101101 | 1101010 | 100100 | 101001 |
Color Harmonies of #548D43
Complementary color
Monochromatic Colors of #548D43
Black with #548D43
Text Example
Text Example
White with #548D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548D43; }
p { color: rgb(84,141,67); }
H1.HeaderClassName
{
color: #548D43;
}
.AnyTagClassName
{
color: #548D43;
}
</style>
background-color css
<style>
a { background-color: #548D43; }
a { background-color: rgb(84,141,67); }
div.DivClassName
{
background-color: #548D43;
}
.BgClassName
{
background-color: #548D43;
}
</style>
border-color css
<style>
span { border-color: #548D43; }
span { border-color: rgb(84,141,67); }
td.TdClassName
{
border-color: #548D43;
}
.TagClassName
{
border-color: #548D43;
}
</style>