Shades of Fern Green #549440
Tints of Fern Green #549440
RGB
CMYK
RGB Variations
Color information
#549440 (or 0x549440) is known color: Fern Green. HEX triplet: 54, 94 and 40. RGB value is (84,148,64). Sum of RGB (Red+Green+Blue) = 84+148+64=296 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.38% from 296); Green value is 148 (58.20% from 255 or 50% from 296); Blue value is 64 (25.39% from 255 or 21.62% from 296); Max value from RGB is 148 - color contains mainly: green. Hex color #549440 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549440 is #AB6BBF. Grayscale: #777777. Windows color (decimal): -11234240 or 4232276. OLE color: 4232276.
HSL color Cylindrical-coordinate representation of color #549440: hue angle of 105.71º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #549440 is Cyan = 0.43, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 84 | 148 | 64 | - |
| CMYK | 0.43 | 0 | 0.57 | 0.42 |
| HSL | 105.71º | 0.4% | 0.42% | - |
| HSV(B) | 105.71º | 0.57% | 0.58% | - |
| XYZ | 15.17 | 23.43 | 8.57 | - |
| YUV | 119.29 | 96.8 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 148 | 64 | 0.43 | 0 | 0.57 | 0.42 | 105.71 | 0.4 | 0.42 |
| Hex | 54 | 94 | 40 | 2B | 0 | 39 | 2A | 6A | 28 | 2A |
| Octal | 124 | 224 | 100 | 53 | 0 | 71 | 52 | 152 | 50 | 52 |
| Binary | 1010100 | 10010100 | 1000000 | 101011 | 0 | 111001 | 101010 | 1101010 | 101000 | 101010 |
Color Harmonies of #549440
Complementary color
Monochromatic Colors of #549440
Black with #549440
Text Example
Text Example
White with #549440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549440; }
p { color: rgb(84,148,64); }
H1.HeaderClassName
{
color: #549440;
}
.AnyTagClassName
{
color: #549440;
}
</style>
background-color css
<style>
a { background-color: #549440; }
a { background-color: rgb(84,148,64); }
div.DivClassName
{
background-color: #549440;
}
.BgClassName
{
background-color: #549440;
}
</style>
border-color css
<style>
span { border-color: #549440; }
span { border-color: rgb(84,148,64); }
td.TdClassName
{
border-color: #549440;
}
.TagClassName
{
border-color: #549440;
}
</style>