Shades of Fern Green #549242
Tints of Fern Green #549242
RGB
CMYK
RGB Variations
Color information
#549242 (or 0x549242) is known color: Fern Green. HEX triplet: 54, 92 and 42. RGB value is (84,146,66). Sum of RGB (Red+Green+Blue) = 84+146+66=296 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.38% from 296); Green value is 146 (57.42% from 255 or 49.32% from 296); Blue value is 66 (26.17% from 255 or 22.30% from 296); Max value from RGB is 146 - color contains mainly: green. Hex color #549242 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549242 is #AB6DBD. Grayscale: #767676. Windows color (decimal): -11234750 or 4362836. OLE color: 4362836.
HSL color Cylindrical-coordinate representation of color #549242: hue angle of 106.5º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #549242 is Cyan = 0.42, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 84 | 146 | 66 | - |
| CMYK | 0.42 | 0 | 0.55 | 0.43 |
| HSL | 106.5º | 0.38% | 0.42% | - |
| HSV(B) | 106.5º | 0.55% | 0.57% | - |
| XYZ | 14.92 | 22.84 | 8.78 | - |
| YUV | 118.34 | 98.46 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 146 | 66 | 0.42 | 0 | 0.55 | 0.43 | 106.5 | 0.38 | 0.42 |
| Hex | 54 | 92 | 42 | 2A | 0 | 37 | 2B | 6A | 26 | 2A |
| Octal | 124 | 222 | 102 | 52 | 0 | 67 | 53 | 152 | 46 | 52 |
| Binary | 1010100 | 10010010 | 1000010 | 101010 | 0 | 110111 | 101011 | 1101010 | 100110 | 101010 |
Color Harmonies of #549242
Complementary color
Monochromatic Colors of #549242
Black with #549242
Text Example
Text Example
White with #549242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549242; }
p { color: rgb(84,146,66); }
H1.HeaderClassName
{
color: #549242;
}
.AnyTagClassName
{
color: #549242;
}
</style>
background-color css
<style>
a { background-color: #549242; }
a { background-color: rgb(84,146,66); }
div.DivClassName
{
background-color: #549242;
}
.BgClassName
{
background-color: #549242;
}
</style>
border-color css
<style>
span { border-color: #549242; }
span { border-color: rgb(84,146,66); }
td.TdClassName
{
border-color: #549242;
}
.TagClassName
{
border-color: #549242;
}
</style>