Shades of Fern Green #548141
Tints of Fern Green #548141
RGB
CMYK
RGB Variations
Color information
#548141 (or 0x548141) is known color: Fern Green. HEX triplet: 54, 81 and 41. RGB value is (84,129,65). Sum of RGB (Red+Green+Blue) = 84+129+65=278 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.22% from 278); Green value is 129 (50.78% from 255 or 46.40% from 278); Blue value is 65 (25.78% from 255 or 23.38% from 278); Max value from RGB is 129 - color contains mainly: green. Hex color #548141 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #548141 is #AB7EBE. Grayscale: #6C6C6C. Windows color (decimal): -11239103 or 4292948. OLE color: 4292948.
HSL color Cylindrical-coordinate representation of color #548141: hue angle of 102.19º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #548141 is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 84 | 129 | 65 | - |
| CMYK | 0.35 | 0 | 0.50 | 0.49 |
| HSL | 102.19º | 0.33% | 0.38% | - |
| HSV(B) | 102.19º | 0.5% | 0.51% | - |
| XYZ | 12.46 | 17.97 | 7.81 | - |
| YUV | 108.25 | 103.59 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 129 | 65 | 0.35 | 0 | 0.50 | 0.49 | 102.19 | 0.33 | 0.38 |
| Hex | 54 | 81 | 41 | 23 | 0 | 32 | 31 | 66 | 21 | 26 |
| Octal | 124 | 201 | 101 | 43 | 0 | 62 | 61 | 146 | 41 | 46 |
| Binary | 1010100 | 10000001 | 1000001 | 100011 | 0 | 110010 | 110001 | 1100110 | 100001 | 100110 |
Color Harmonies of #548141
Complementary color
Monochromatic Colors of #548141
Black with #548141
Text Example
Text Example
White with #548141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548141; }
p { color: rgb(84,129,65); }
H1.HeaderClassName
{
color: #548141;
}
.AnyTagClassName
{
color: #548141;
}
</style>
background-color css
<style>
a { background-color: #548141; }
a { background-color: rgb(84,129,65); }
div.DivClassName
{
background-color: #548141;
}
.BgClassName
{
background-color: #548141;
}
</style>
border-color css
<style>
span { border-color: #548141; }
span { border-color: rgb(84,129,65); }
td.TdClassName
{
border-color: #548141;
}
.TagClassName
{
border-color: #548141;
}
</style>