Shades of Fern Green #578145
Tints of Fern Green #578145
RGB
CMYK
RGB Variations
Color information
#578145 (or 0x578145) is known color: Fern Green. HEX triplet: 57, 81 and 45. RGB value is (87,129,69). Sum of RGB (Red+Green+Blue) = 87+129+69=285 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.53% from 285); Green value is 129 (50.78% from 255 or 45.26% from 285); Blue value is 69 (27.34% from 255 or 24.21% from 285); Max value from RGB is 129 - color contains mainly: green. Hex color #578145 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #578145 is #A87EBA. Grayscale: #6D6D6D. Windows color (decimal): -11042491 or 4555095. OLE color: 4555095.
HSL color Cylindrical-coordinate representation of color #578145: hue angle of 102º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #578145 is Cyan = 0.33, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 87 | 129 | 69 | - |
| CMYK | 0.33 | 0 | 0.47 | 0.49 |
| HSL | 102º | 0.3% | 0.39% | - |
| HSV(B) | 102º | 0.47% | 0.51% | - |
| XYZ | 12.85 | 18.16 | 8.46 | - |
| YUV | 109.6 | 105.09 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 129 | 69 | 0.33 | 0 | 0.47 | 0.49 | 102 | 0.3 | 0.39 |
| Hex | 57 | 81 | 45 | 21 | 0 | 2F | 31 | 66 | 1E | 27 |
| Octal | 127 | 201 | 105 | 41 | 0 | 57 | 61 | 146 | 36 | 47 |
| Binary | 1010111 | 10000001 | 1000101 | 100001 | 0 | 101111 | 110001 | 1100110 | 11110 | 100111 |
Color Harmonies of #578145
Complementary color
Monochromatic Colors of #578145
Black with #578145
Text Example
Text Example
White with #578145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #578145; }
p { color: rgb(87,129,69); }
H1.HeaderClassName
{
color: #578145;
}
.AnyTagClassName
{
color: #578145;
}
</style>
background-color css
<style>
a { background-color: #578145; }
a { background-color: rgb(87,129,69); }
div.DivClassName
{
background-color: #578145;
}
.BgClassName
{
background-color: #578145;
}
</style>
border-color css
<style>
span { border-color: #578145; }
span { border-color: rgb(87,129,69); }
td.TdClassName
{
border-color: #578145;
}
.TagClassName
{
border-color: #578145;
}
</style>