Shades of Fern Green #548C39
Tints of Fern Green #548C39
RGB
CMYK
RGB Variations
Color information
#548C39 (or 0x548C39) is known color: Fern Green. HEX triplet: 54, 8C and 39. RGB value is (84,140,57). Sum of RGB (Red+Green+Blue) = 84+140+57=281 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.89% from 281); Green value is 140 (55.08% from 255 or 49.82% from 281); Blue value is 57 (22.66% from 255 or 20.28% from 281); Max value from RGB is 140 - color contains mainly: green. Hex color #548C39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #548C39 is #AB73C6. Grayscale: #727272. Windows color (decimal): -11236295 or 3771476. OLE color: 3771476.
HSL color Cylindrical-coordinate representation of color #548C39: hue angle of 100.48º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #548C39 is Cyan = 0.4, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 140 | 57 | - |
| CMYK | 0.4 | 0 | 0.59 | 0.45 |
| HSL | 100.48º | 0.42% | 0.39% | - |
| HSV(B) | 100.48º | 0.59% | 0.55% | - |
| XYZ | 13.77 | 20.94 | 7.19 | - |
| YUV | 113.79 | 95.95 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 140 | 57 | 0.4 | 0 | 0.59 | 0.45 | 100.48 | 0.42 | 0.39 |
| Hex | 54 | 8C | 39 | 28 | 0 | 3B | 2D | 64 | 2A | 27 |
| Octal | 124 | 214 | 71 | 50 | 0 | 73 | 55 | 144 | 52 | 47 |
| Binary | 1010100 | 10001100 | 111001 | 101000 | 0 | 111011 | 101101 | 1100100 | 101010 | 100111 |
Color Harmonies of #548C39
Complementary color
Monochromatic Colors of #548C39
Black with #548C39
Text Example
Text Example
White with #548C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548C39; }
p { color: rgb(84,140,57); }
H1.HeaderClassName
{
color: #548C39;
}
.AnyTagClassName
{
color: #548C39;
}
</style>
background-color css
<style>
a { background-color: #548C39; }
a { background-color: rgb(84,140,57); }
div.DivClassName
{
background-color: #548C39;
}
.BgClassName
{
background-color: #548C39;
}
</style>
border-color css
<style>
span { border-color: #548C39; }
span { border-color: rgb(84,140,57); }
td.TdClassName
{
border-color: #548C39;
}
.TagClassName
{
border-color: #548C39;
}
</style>