Shades of Fern Green #548548
Tints of Fern Green #548548
RGB
CMYK
RGB Variations
Color information
#548548 (or 0x548548) is known color: Fern Green. HEX triplet: 54, 85 and 48. RGB value is (84,133,72). Sum of RGB (Red+Green+Blue) = 84+133+72=289 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.07% from 289); Green value is 133 (52.34% from 255 or 46.02% from 289); Blue value is 72 (28.52% from 255 or 24.91% from 289); Max value from RGB is 133 - color contains mainly: green. Hex color #548548 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #548548 is #AB7AB7. Grayscale: #6F6F6F. Windows color (decimal): -11238072 or 4752724. OLE color: 4752724.
HSL color Cylindrical-coordinate representation of color #548548: hue angle of 108.2º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #548548 is Cyan = 0.37, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 84 | 133 | 72 | - |
| CMYK | 0.37 | 0 | 0.46 | 0.48 |
| HSL | 108.2º | 0.3% | 0.4% | - |
| HSV(B) | 108.2º | 0.46% | 0.52% | - |
| XYZ | 13.21 | 19.13 | 9.13 | - |
| YUV | 111.4 | 105.77 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 133 | 72 | 0.37 | 0 | 0.46 | 0.48 | 108.2 | 0.3 | 0.4 |
| Hex | 54 | 85 | 48 | 25 | 0 | 2E | 30 | 6C | 1E | 28 |
| Octal | 124 | 205 | 110 | 45 | 0 | 56 | 60 | 154 | 36 | 50 |
| Binary | 1010100 | 10000101 | 1001000 | 100101 | 0 | 101110 | 110000 | 1101100 | 11110 | 101000 |
Color Harmonies of #548548
Complementary color
Monochromatic Colors of #548548
Black with #548548
Text Example
Text Example
White with #548548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548548; }
p { color: rgb(84,133,72); }
H1.HeaderClassName
{
color: #548548;
}
.AnyTagClassName
{
color: #548548;
}
</style>
background-color css
<style>
a { background-color: #548548; }
a { background-color: rgb(84,133,72); }
div.DivClassName
{
background-color: #548548;
}
.BgClassName
{
background-color: #548548;
}
</style>
border-color css
<style>
span { border-color: #548548; }
span { border-color: rgb(84,133,72); }
td.TdClassName
{
border-color: #548548;
}
.TagClassName
{
border-color: #548548;
}
</style>