Shades of Fern Green #548541
Tints of Fern Green #548541
RGB
CMYK
RGB Variations
Color information
#548541 (or 0x548541) is known color: Fern Green. HEX triplet: 54, 85 and 41. RGB value is (84,133,65). Sum of RGB (Red+Green+Blue) = 84+133+65=282 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.79% from 282); Green value is 133 (52.34% from 255 or 47.16% from 282); Blue value is 65 (25.78% from 255 or 23.05% from 282); Max value from RGB is 133 - color contains mainly: green. Hex color #548541 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #548541 is #AB7ABE. Grayscale: #6E6E6E. Windows color (decimal): -11238079 or 4293972. OLE color: 4293972.
HSL color Cylindrical-coordinate representation of color #548541: hue angle of 103.24º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #548541 is Cyan = 0.37, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 84 | 133 | 65 | - |
| CMYK | 0.37 | 0 | 0.51 | 0.48 |
| HSL | 103.24º | 0.34% | 0.39% | - |
| HSV(B) | 103.24º | 0.51% | 0.52% | - |
| XYZ | 13 | 19.04 | 7.99 | - |
| YUV | 110.6 | 102.27 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 133 | 65 | 0.37 | 0 | 0.51 | 0.48 | 103.24 | 0.34 | 0.39 |
| Hex | 54 | 85 | 41 | 25 | 0 | 33 | 30 | 67 | 22 | 27 |
| Octal | 124 | 205 | 101 | 45 | 0 | 63 | 60 | 147 | 42 | 47 |
| Binary | 1010100 | 10000101 | 1000001 | 100101 | 0 | 110011 | 110000 | 1100111 | 100010 | 100111 |
Color Harmonies of #548541
Complementary color
Monochromatic Colors of #548541
Black with #548541
Text Example
Text Example
White with #548541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548541; }
p { color: rgb(84,133,65); }
H1.HeaderClassName
{
color: #548541;
}
.AnyTagClassName
{
color: #548541;
}
</style>
background-color css
<style>
a { background-color: #548541; }
a { background-color: rgb(84,133,65); }
div.DivClassName
{
background-color: #548541;
}
.BgClassName
{
background-color: #548541;
}
</style>
border-color css
<style>
span { border-color: #548541; }
span { border-color: rgb(84,133,65); }
td.TdClassName
{
border-color: #548541;
}
.TagClassName
{
border-color: #548541;
}
</style>