Shades of Fern Green #548942
Tints of Fern Green #548942
RGB
CMYK
RGB Variations
Color information
#548942 (or 0x548942) is known color: Fern Green. HEX triplet: 54, 89 and 42. RGB value is (84,137,66). Sum of RGB (Red+Green+Blue) = 84+137+66=287 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.27% from 287); Green value is 137 (53.91% from 255 or 47.74% from 287); Blue value is 66 (26.17% from 255 or 23.00% from 287); Max value from RGB is 137 - color contains mainly: green. Hex color #548942 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #548942 is #AB76BD. Grayscale: #717171. Windows color (decimal): -11237054 or 4360532. OLE color: 4360532.
HSL color Cylindrical-coordinate representation of color #548942: hue angle of 104.79º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #548942 is Cyan = 0.39, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 84 | 137 | 66 | - |
| CMYK | 0.39 | 0 | 0.52 | 0.46 |
| HSL | 104.79º | 0.35% | 0.4% | - |
| HSV(B) | 104.79º | 0.52% | 0.54% | - |
| XYZ | 13.59 | 20.17 | 8.33 | - |
| YUV | 113.06 | 101.44 | 107.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 137 | 66 | 0.39 | 0 | 0.52 | 0.46 | 104.79 | 0.35 | 0.4 |
| Hex | 54 | 89 | 42 | 27 | 0 | 34 | 2E | 69 | 23 | 28 |
| Octal | 124 | 211 | 102 | 47 | 0 | 64 | 56 | 151 | 43 | 50 |
| Binary | 1010100 | 10001001 | 1000010 | 100111 | 0 | 110100 | 101110 | 1101001 | 100011 | 101000 |
Color Harmonies of #548942
Complementary color
Monochromatic Colors of #548942
Black with #548942
Text Example
Text Example
White with #548942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548942; }
p { color: rgb(84,137,66); }
H1.HeaderClassName
{
color: #548942;
}
.AnyTagClassName
{
color: #548942;
}
</style>
background-color css
<style>
a { background-color: #548942; }
a { background-color: rgb(84,137,66); }
div.DivClassName
{
background-color: #548942;
}
.BgClassName
{
background-color: #548942;
}
</style>
border-color css
<style>
span { border-color: #548942; }
span { border-color: rgb(84,137,66); }
td.TdClassName
{
border-color: #548942;
}
.TagClassName
{
border-color: #548942;
}
</style>