Shades of Fern Green #548045
Tints of Fern Green #548045
RGB
CMYK
RGB Variations
Color information
#548045 (or 0x548045) is known color: Fern Green. HEX triplet: 54, 80 and 45. RGB value is (84,128,69). Sum of RGB (Red+Green+Blue) = 84+128+69=281 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.89% from 281); Green value is 128 (50.39% from 255 or 45.55% from 281); Blue value is 69 (27.34% from 255 or 24.56% from 281); Max value from RGB is 128 - color contains mainly: green. Hex color #548045 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #548045 is #AB7FBA. Grayscale: #6C6C6C. Windows color (decimal): -11239355 or 4554836. OLE color: 4554836.
HSL color Cylindrical-coordinate representation of color #548045: hue angle of 104.75º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #548045 is Cyan = 0.34, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 84 | 128 | 69 | - |
| CMYK | 0.34 | 0 | 0.46 | 0.50 |
| HSL | 104.75º | 0.3% | 0.39% | - |
| HSV(B) | 104.75º | 0.46% | 0.5% | - |
| XYZ | 12.45 | 17.75 | 8.4 | - |
| YUV | 108.12 | 105.92 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 128 | 69 | 0.34 | 0 | 0.46 | 0.50 | 104.75 | 0.3 | 0.39 |
| Hex | 54 | 80 | 45 | 22 | 0 | 2E | 32 | 69 | 1E | 27 |
| Octal | 124 | 200 | 105 | 42 | 0 | 56 | 62 | 151 | 36 | 47 |
| Binary | 1010100 | 10000000 | 1000101 | 100010 | 0 | 101110 | 110010 | 1101001 | 11110 | 100111 |
Color Harmonies of #548045
Complementary color
Monochromatic Colors of #548045
Black with #548045
Text Example
Text Example
White with #548045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548045; }
p { color: rgb(84,128,69); }
H1.HeaderClassName
{
color: #548045;
}
.AnyTagClassName
{
color: #548045;
}
</style>
background-color css
<style>
a { background-color: #548045; }
a { background-color: rgb(84,128,69); }
div.DivClassName
{
background-color: #548045;
}
.BgClassName
{
background-color: #548045;
}
</style>
border-color css
<style>
span { border-color: #548045; }
span { border-color: rgb(84,128,69); }
td.TdClassName
{
border-color: #548045;
}
.TagClassName
{
border-color: #548045;
}
</style>