Shades of Fern Green #548238
Tints of Fern Green #548238
RGB
CMYK
RGB Variations
Color information
#548238 (or 0x548238) is known color: Fern Green. HEX triplet: 54, 82 and 38. RGB value is (84,130,56). Sum of RGB (Red+Green+Blue) = 84+130+56=270 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.11% from 270); Green value is 130 (51.17% from 255 or 48.15% from 270); Blue value is 56 (22.27% from 255 or 20.74% from 270); Max value from RGB is 130 - color contains mainly: green. Hex color #548238 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #548238 is #AB7DC7. Grayscale: #6C6C6C. Windows color (decimal): -11238856 or 3703380. OLE color: 3703380.
HSL color Cylindrical-coordinate representation of color #548238: hue angle of 97.3º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #548238 is Cyan = 0.35, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 84 | 130 | 56 | - |
| CMYK | 0.35 | 0 | 0.57 | 0.49 |
| HSL | 97.3º | 0.4% | 0.36% | - |
| HSV(B) | 97.3º | 0.57% | 0.51% | - |
| XYZ | 12.35 | 18.14 | 6.59 | - |
| YUV | 107.81 | 98.76 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 130 | 56 | 0.35 | 0 | 0.57 | 0.49 | 97.3 | 0.4 | 0.36 |
| Hex | 54 | 82 | 38 | 23 | 0 | 39 | 31 | 61 | 28 | 24 |
| Octal | 124 | 202 | 70 | 43 | 0 | 71 | 61 | 141 | 50 | 44 |
| Binary | 1010100 | 10000010 | 111000 | 100011 | 0 | 111001 | 110001 | 1100001 | 101000 | 100100 |
Color Harmonies of #548238
Complementary color
Monochromatic Colors of #548238
Black with #548238
Text Example
Text Example
White with #548238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548238; }
p { color: rgb(84,130,56); }
H1.HeaderClassName
{
color: #548238;
}
.AnyTagClassName
{
color: #548238;
}
</style>
background-color css
<style>
a { background-color: #548238; }
a { background-color: rgb(84,130,56); }
div.DivClassName
{
background-color: #548238;
}
.BgClassName
{
background-color: #548238;
}
</style>
border-color css
<style>
span { border-color: #548238; }
span { border-color: rgb(84,130,56); }
td.TdClassName
{
border-color: #548238;
}
.TagClassName
{
border-color: #548238;
}
</style>