Shades of Fern Green #578240
Tints of Fern Green #578240
RGB
CMYK
RGB Variations
Color information
#578240 (or 0x578240) is known color: Fern Green. HEX triplet: 57, 82 and 40. RGB value is (87,130,64). Sum of RGB (Red+Green+Blue) = 87+130+64=281 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.96% from 281); Green value is 130 (51.17% from 255 or 46.26% from 281); Blue value is 64 (25.39% from 255 or 22.78% from 281); Max value from RGB is 130 - color contains mainly: green. Hex color #578240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #578240 is #A87DBF. Grayscale: #6D6D6D. Windows color (decimal): -11042240 or 4227671. OLE color: 4227671.
HSL color Cylindrical-coordinate representation of color #578240: hue angle of 99.09º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #578240 is Cyan = 0.33, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 87 | 130 | 64 | - |
| CMYK | 0.33 | 0 | 0.51 | 0.49 |
| HSL | 99.09º | 0.34% | 0.38% | - |
| HSV(B) | 99.09º | 0.51% | 0.51% | - |
| XYZ | 12.84 | 18.36 | 7.72 | - |
| YUV | 109.62 | 102.25 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 130 | 64 | 0.33 | 0 | 0.51 | 0.49 | 99.09 | 0.34 | 0.38 |
| Hex | 57 | 82 | 40 | 21 | 0 | 33 | 31 | 63 | 22 | 26 |
| Octal | 127 | 202 | 100 | 41 | 0 | 63 | 61 | 143 | 42 | 46 |
| Binary | 1010111 | 10000010 | 1000000 | 100001 | 0 | 110011 | 110001 | 1100011 | 100010 | 100110 |
Color Harmonies of #578240
Complementary color
Monochromatic Colors of #578240
Black with #578240
Text Example
Text Example
White with #578240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #578240; }
p { color: rgb(87,130,64); }
H1.HeaderClassName
{
color: #578240;
}
.AnyTagClassName
{
color: #578240;
}
</style>
background-color css
<style>
a { background-color: #578240; }
a { background-color: rgb(87,130,64); }
div.DivClassName
{
background-color: #578240;
}
.BgClassName
{
background-color: #578240;
}
</style>
border-color css
<style>
span { border-color: #578240; }
span { border-color: rgb(87,130,64); }
td.TdClassName
{
border-color: #578240;
}
.TagClassName
{
border-color: #578240;
}
</style>