Shades of Fern Green #577D42
Tints of Fern Green #577D42
RGB
CMYK
RGB Variations
Color information
#577D42 (or 0x577D42) is known color: Fern Green. HEX triplet: 57, 7D and 42. RGB value is (87,125,66). Sum of RGB (Red+Green+Blue) = 87+125+66=278 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.29% from 278); Green value is 125 (49.22% from 255 or 44.96% from 278); Blue value is 66 (26.17% from 255 or 23.74% from 278); Max value from RGB is 125 - color contains mainly: green. Hex color #577D42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #577D42 is #A882BD. Grayscale: #6B6B6B. Windows color (decimal): -11043518 or 4357463. OLE color: 4357463.
HSL color Cylindrical-coordinate representation of color #577D42: hue angle of 98.64º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #577D42 is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 87 | 125 | 66 | - |
| CMYK | 0.30 | 0 | 0.47 | 0.51 |
| HSL | 98.64º | 0.31% | 0.37% | - |
| HSV(B) | 98.64º | 0.47% | 0.49% | - |
| XYZ | 12.25 | 17.09 | 7.81 | - |
| YUV | 106.91 | 104.91 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 125 | 66 | 0.30 | 0 | 0.47 | 0.51 | 98.64 | 0.31 | 0.37 |
| Hex | 57 | 7D | 42 | 1E | 0 | 2F | 33 | 63 | 1F | 25 |
| Octal | 127 | 175 | 102 | 36 | 0 | 57 | 63 | 143 | 37 | 45 |
| Binary | 1010111 | 1111101 | 1000010 | 11110 | 0 | 101111 | 110011 | 1100011 | 11111 | 100101 |
Color Harmonies of #577D42
Complementary color
Monochromatic Colors of #577D42
Black with #577D42
Text Example
Text Example
White with #577D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577D42; }
p { color: rgb(87,125,66); }
H1.HeaderClassName
{
color: #577D42;
}
.AnyTagClassName
{
color: #577D42;
}
</style>
background-color css
<style>
a { background-color: #577D42; }
a { background-color: rgb(87,125,66); }
div.DivClassName
{
background-color: #577D42;
}
.BgClassName
{
background-color: #577D42;
}
</style>
border-color css
<style>
span { border-color: #577D42; }
span { border-color: rgb(87,125,66); }
td.TdClassName
{
border-color: #577D42;
}
.TagClassName
{
border-color: #577D42;
}
</style>