Shades of Fern Green #548E43
Tints of Fern Green #548E43
RGB
CMYK
RGB Variations
Color information
#548E43 (or 0x548E43) is known color: Fern Green. HEX triplet: 54, 8E and 43. RGB value is (84,142,67). Sum of RGB (Red+Green+Blue) = 84+142+67=293 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.67% from 293); Green value is 142 (55.86% from 255 or 48.46% from 293); Blue value is 67 (26.56% from 255 or 22.87% from 293); Max value from RGB is 142 - color contains mainly: green. Hex color #548E43 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #548E43 is #AB71BC. Grayscale: #747474. Windows color (decimal): -11235773 or 4427348. OLE color: 4427348.
HSL color Cylindrical-coordinate representation of color #548E43: hue angle of 106.4º 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 #548E43 is Cyan = 0.41, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 84 | 142 | 67 | - |
| CMYK | 0.41 | 0 | 0.53 | 0.44 |
| HSL | 106.4º | 0.36% | 0.41% | - |
| HSV(B) | 106.4º | 0.53% | 0.56% | - |
| XYZ | 14.34 | 21.64 | 8.73 | - |
| YUV | 116.11 | 100.28 | 105.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 142 | 67 | 0.41 | 0 | 0.53 | 0.44 | 106.4 | 0.36 | 0.41 |
| Hex | 54 | 8E | 43 | 29 | 0 | 35 | 2C | 6A | 24 | 29 |
| Octal | 124 | 216 | 103 | 51 | 0 | 65 | 54 | 152 | 44 | 51 |
| Binary | 1010100 | 10001110 | 1000011 | 101001 | 0 | 110101 | 101100 | 1101010 | 100100 | 101001 |
Color Harmonies of #548E43
Complementary color
Monochromatic Colors of #548E43
Black with #548E43
Text Example
Text Example
White with #548E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548E43; }
p { color: rgb(84,142,67); }
H1.HeaderClassName
{
color: #548E43;
}
.AnyTagClassName
{
color: #548E43;
}
</style>
background-color css
<style>
a { background-color: #548E43; }
a { background-color: rgb(84,142,67); }
div.DivClassName
{
background-color: #548E43;
}
.BgClassName
{
background-color: #548E43;
}
</style>
border-color css
<style>
span { border-color: #548E43; }
span { border-color: rgb(84,142,67); }
td.TdClassName
{
border-color: #548E43;
}
.TagClassName
{
border-color: #548E43;
}
</style>