Shades of Fern Green #548640
Tints of Fern Green #548640
RGB
CMYK
RGB Variations
Color information
#548640 (or 0x548640) is known color: Fern Green. HEX triplet: 54, 86 and 40. RGB value is (84,134,64). Sum of RGB (Red+Green+Blue) = 84+134+64=282 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.79% from 282); Green value is 134 (52.73% from 255 or 47.52% from 282); Blue value is 64 (25.39% from 255 or 22.70% from 282); Max value from RGB is 134 - color contains mainly: green. Hex color #548640 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #548640 is #AB79BF. Grayscale: #6F6F6F. Windows color (decimal): -11237824 or 4228692. OLE color: 4228692.
HSL color Cylindrical-coordinate representation of color #548640: hue angle of 102.86º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #548640 is Cyan = 0.37, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 84 | 134 | 64 | - |
| CMYK | 0.37 | 0 | 0.52 | 0.47 |
| HSL | 102.86º | 0.35% | 0.39% | - |
| HSV(B) | 102.86º | 0.52% | 0.53% | - |
| XYZ | 13.11 | 19.31 | 7.89 | - |
| YUV | 111.07 | 101.44 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 134 | 64 | 0.37 | 0 | 0.52 | 0.47 | 102.86 | 0.35 | 0.39 |
| Hex | 54 | 86 | 40 | 25 | 0 | 34 | 2F | 67 | 23 | 27 |
| Octal | 124 | 206 | 100 | 45 | 0 | 64 | 57 | 147 | 43 | 47 |
| Binary | 1010100 | 10000110 | 1000000 | 100101 | 0 | 110100 | 101111 | 1100111 | 100011 | 100111 |
Color Harmonies of #548640
Complementary color
Monochromatic Colors of #548640
Black with #548640
Text Example
Text Example
White with #548640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548640; }
p { color: rgb(84,134,64); }
H1.HeaderClassName
{
color: #548640;
}
.AnyTagClassName
{
color: #548640;
}
</style>
background-color css
<style>
a { background-color: #548640; }
a { background-color: rgb(84,134,64); }
div.DivClassName
{
background-color: #548640;
}
.BgClassName
{
background-color: #548640;
}
</style>
border-color css
<style>
span { border-color: #548640; }
span { border-color: rgb(84,134,64); }
td.TdClassName
{
border-color: #548640;
}
.TagClassName
{
border-color: #548640;
}
</style>