Shades of Fern Green #548B3C
Tints of Fern Green #548B3C
RGB
CMYK
RGB Variations
Color information
#548B3C (or 0x548B3C) is known color: Fern Green. HEX triplet: 54, 8B and 3C. RGB value is (84,139,60). Sum of RGB (Red+Green+Blue) = 84+139+60=283 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.68% from 283); Green value is 139 (54.69% from 255 or 49.12% from 283); Blue value is 60 (23.83% from 255 or 21.20% from 283); Max value from RGB is 139 - color contains mainly: green. Hex color #548B3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #548B3C is #AB74C3. Grayscale: #717171. Windows color (decimal): -11236548 or 3967828. OLE color: 3967828.
HSL color Cylindrical-coordinate representation of color #548B3C: hue angle of 101.77º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #548B3C is Cyan = 0.40, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 139 | 60 | - |
| CMYK | 0.40 | 0 | 0.57 | 0.45 |
| HSL | 101.77º | 0.4% | 0.39% | - |
| HSV(B) | 101.77º | 0.57% | 0.55% | - |
| XYZ | 13.7 | 20.68 | 7.54 | - |
| YUV | 113.55 | 97.78 | 106.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 139 | 60 | 0.40 | 0 | 0.57 | 0.45 | 101.77 | 0.4 | 0.39 |
| Hex | 54 | 8B | 3C | 28 | 0 | 39 | 2D | 66 | 28 | 27 |
| Octal | 124 | 213 | 74 | 50 | 0 | 71 | 55 | 146 | 50 | 47 |
| Binary | 1010100 | 10001011 | 111100 | 101000 | 0 | 111001 | 101101 | 1100110 | 101000 | 100111 |
Color Harmonies of #548B3C
Complementary color
Monochromatic Colors of #548B3C
Black with #548B3C
Text Example
Text Example
White with #548B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548B3C; }
p { color: rgb(84,139,60); }
H1.HeaderClassName
{
color: #548B3C;
}
.AnyTagClassName
{
color: #548B3C;
}
</style>
background-color css
<style>
a { background-color: #548B3C; }
a { background-color: rgb(84,139,60); }
div.DivClassName
{
background-color: #548B3C;
}
.BgClassName
{
background-color: #548B3C;
}
</style>
border-color css
<style>
span { border-color: #548B3C; }
span { border-color: rgb(84,139,60); }
td.TdClassName
{
border-color: #548B3C;
}
.TagClassName
{
border-color: #548B3C;
}
</style>