Shades of Fern Green #548149
Tints of Fern Green #548149
RGB
CMYK
RGB Variations
Color information
#548149 (or 0x548149) is known color: Fern Green. HEX triplet: 54, 81 and 49. RGB value is (84,129,73). Sum of RGB (Red+Green+Blue) = 84+129+73=286 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.37% from 286); Green value is 129 (50.78% from 255 or 45.10% from 286); Blue value is 73 (28.91% from 255 or 25.52% from 286); Max value from RGB is 129 - color contains mainly: green. Hex color #548149 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #548149 is #AB7EB6. Grayscale: #6D6D6D. Windows color (decimal): -11239095 or 4817236. OLE color: 4817236.
HSL color Cylindrical-coordinate representation of color #548149: hue angle of 108.21º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #548149 is Cyan = 0.35, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 84 | 129 | 73 | - |
| CMYK | 0.35 | 0 | 0.43 | 0.49 |
| HSL | 108.21º | 0.28% | 0.4% | - |
| HSV(B) | 108.21º | 0.43% | 0.51% | - |
| XYZ | 12.71 | 18.07 | 9.12 | - |
| YUV | 109.16 | 107.59 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 129 | 73 | 0.35 | 0 | 0.43 | 0.49 | 108.21 | 0.28 | 0.4 |
| Hex | 54 | 81 | 49 | 23 | 0 | 2B | 31 | 6C | 1C | 28 |
| Octal | 124 | 201 | 111 | 43 | 0 | 53 | 61 | 154 | 34 | 50 |
| Binary | 1010100 | 10000001 | 1001001 | 100011 | 0 | 101011 | 110001 | 1101100 | 11100 | 101000 |
Color Harmonies of #548149
Complementary color
Monochromatic Colors of #548149
Black with #548149
Text Example
Text Example
White with #548149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548149; }
p { color: rgb(84,129,73); }
H1.HeaderClassName
{
color: #548149;
}
.AnyTagClassName
{
color: #548149;
}
</style>
background-color css
<style>
a { background-color: #548149; }
a { background-color: rgb(84,129,73); }
div.DivClassName
{
background-color: #548149;
}
.BgClassName
{
background-color: #548149;
}
</style>
border-color css
<style>
span { border-color: #548149; }
span { border-color: rgb(84,129,73); }
td.TdClassName
{
border-color: #548149;
}
.TagClassName
{
border-color: #548149;
}
</style>