Shades of Fern Green #548442
Tints of Fern Green #548442
RGB
CMYK
RGB Variations
Color information
#548442 (or 0x548442) is known color: Fern Green. HEX triplet: 54, 84 and 42. RGB value is (84,132,66). Sum of RGB (Red+Green+Blue) = 84+132+66=282 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.79% from 282); Green value is 132 (51.95% from 255 or 46.81% from 282); Blue value is 66 (26.17% from 255 or 23.40% from 282); Max value from RGB is 132 - color contains mainly: green. Hex color #548442 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #548442 is #AB7BBD. Grayscale: #6E6E6E. Windows color (decimal): -11238334 or 4359252. OLE color: 4359252.
HSL color Cylindrical-coordinate representation of color #548442: hue angle of 103.64º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #548442 is Cyan = 0.36, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 84 | 132 | 66 | - |
| CMYK | 0.36 | 0 | 0.5 | 0.48 |
| HSL | 103.64º | 0.33% | 0.39% | - |
| HSV(B) | 103.64º | 0.5% | 0.52% | - |
| XYZ | 12.89 | 18.78 | 8.1 | - |
| YUV | 110.12 | 103.1 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 132 | 66 | 0.36 | 0 | 0.5 | 0.48 | 103.64 | 0.33 | 0.39 |
| Hex | 54 | 84 | 42 | 24 | 0 | 32 | 30 | 68 | 21 | 27 |
| Octal | 124 | 204 | 102 | 44 | 0 | 62 | 60 | 150 | 41 | 47 |
| Binary | 1010100 | 10000100 | 1000010 | 100100 | 0 | 110010 | 110000 | 1101000 | 100001 | 100111 |
Color Harmonies of #548442
Complementary color
Monochromatic Colors of #548442
Black with #548442
Text Example
Text Example
White with #548442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548442; }
p { color: rgb(84,132,66); }
H1.HeaderClassName
{
color: #548442;
}
.AnyTagClassName
{
color: #548442;
}
</style>
background-color css
<style>
a { background-color: #548442; }
a { background-color: rgb(84,132,66); }
div.DivClassName
{
background-color: #548442;
}
.BgClassName
{
background-color: #548442;
}
</style>
border-color css
<style>
span { border-color: #548442; }
span { border-color: rgb(84,132,66); }
td.TdClassName
{
border-color: #548442;
}
.TagClassName
{
border-color: #548442;
}
</style>