Shades of Fern Green #548740
Tints of Fern Green #548740
RGB
CMYK
RGB Variations
Color information
#548740 (or 0x548740) is known color: Fern Green. HEX triplet: 54, 87 and 40. RGB value is (84,135,64). Sum of RGB (Red+Green+Blue) = 84+135+64=283 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.68% from 283); Green value is 135 (53.12% from 255 or 47.70% from 283); Blue value is 64 (25.39% from 255 or 22.61% from 283); Max value from RGB is 135 - color contains mainly: green. Hex color #548740 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #548740 is #AB78BF. Grayscale: #6F6F6F. Windows color (decimal): -11237568 or 4228948. OLE color: 4228948.
HSL color Cylindrical-coordinate representation of color #548740: hue angle of 103.1º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #548740 is Cyan = 0.38, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 84 | 135 | 64 | - |
| CMYK | 0.38 | 0 | 0.53 | 0.47 |
| HSL | 103.1º | 0.36% | 0.39% | - |
| HSV(B) | 103.1º | 0.53% | 0.53% | - |
| XYZ | 13.25 | 19.58 | 7.93 | - |
| YUV | 111.66 | 101.1 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 135 | 64 | 0.38 | 0 | 0.53 | 0.47 | 103.1 | 0.36 | 0.39 |
| Hex | 54 | 87 | 40 | 26 | 0 | 35 | 2F | 67 | 24 | 27 |
| Octal | 124 | 207 | 100 | 46 | 0 | 65 | 57 | 147 | 44 | 47 |
| Binary | 1010100 | 10000111 | 1000000 | 100110 | 0 | 110101 | 101111 | 1100111 | 100100 | 100111 |
Color Harmonies of #548740
Complementary color
Monochromatic Colors of #548740
Black with #548740
Text Example
Text Example
White with #548740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548740; }
p { color: rgb(84,135,64); }
H1.HeaderClassName
{
color: #548740;
}
.AnyTagClassName
{
color: #548740;
}
</style>
background-color css
<style>
a { background-color: #548740; }
a { background-color: rgb(84,135,64); }
div.DivClassName
{
background-color: #548740;
}
.BgClassName
{
background-color: #548740;
}
</style>
border-color css
<style>
span { border-color: #548740; }
span { border-color: rgb(84,135,64); }
td.TdClassName
{
border-color: #548740;
}
.TagClassName
{
border-color: #548740;
}
</style>