Shades of Fern Green #578342
Tints of Fern Green #578342
RGB
CMYK
RGB Variations
Color information
#578342 (or 0x578342) is known color: Fern Green. HEX triplet: 57, 83 and 42. RGB value is (87,131,66). Sum of RGB (Red+Green+Blue) = 87+131+66=284 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.63% from 284); Green value is 131 (51.56% from 255 or 46.13% from 284); Blue value is 66 (26.17% from 255 or 23.24% from 284); Max value from RGB is 131 - color contains mainly: green. Hex color #578342 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #578342 is #A87CBD. Grayscale: #6E6E6E. Windows color (decimal): -11041982 or 4358999. OLE color: 4358999.
HSL color Cylindrical-coordinate representation of color #578342: hue angle of 100.62º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #578342 is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 87 | 131 | 66 | - |
| CMYK | 0.34 | 0 | 0.50 | 0.49 |
| HSL | 100.62º | 0.33% | 0.39% | - |
| HSV(B) | 100.62º | 0.5% | 0.51% | - |
| XYZ | 13.03 | 18.65 | 8.07 | - |
| YUV | 110.43 | 102.92 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 131 | 66 | 0.34 | 0 | 0.50 | 0.49 | 100.62 | 0.33 | 0.39 |
| Hex | 57 | 83 | 42 | 22 | 0 | 32 | 31 | 65 | 21 | 27 |
| Octal | 127 | 203 | 102 | 42 | 0 | 62 | 61 | 145 | 41 | 47 |
| Binary | 1010111 | 10000011 | 1000010 | 100010 | 0 | 110010 | 110001 | 1100101 | 100001 | 100111 |
Color Harmonies of #578342
Complementary color
Monochromatic Colors of #578342
Black with #578342
Text Example
Text Example
White with #578342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #578342; }
p { color: rgb(87,131,66); }
H1.HeaderClassName
{
color: #578342;
}
.AnyTagClassName
{
color: #578342;
}
</style>
background-color css
<style>
a { background-color: #578342; }
a { background-color: rgb(87,131,66); }
div.DivClassName
{
background-color: #578342;
}
.BgClassName
{
background-color: #578342;
}
</style>
border-color css
<style>
span { border-color: #578342; }
span { border-color: rgb(87,131,66); }
td.TdClassName
{
border-color: #578342;
}
.TagClassName
{
border-color: #578342;
}
</style>