Shades of Lunar Green #575F40
Tints of Lunar Green #575F40
RGB
CMYK
RGB Variations
Color information
#575F40 (or 0x575F40) is known color: Lunar Green. HEX triplet: 57, 5F and 40. RGB value is (87,95,64). Sum of RGB (Red+Green+Blue) = 87+95+64=246 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.37% from 246); Green value is 95 (37.5% from 255 or 38.62% from 246); Blue value is 64 (25.39% from 255 or 26.02% from 246); Max value from RGB is 95 - color contains mainly: green. Hex color #575F40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575F40 is #A8A0BF. Grayscale: #595959. Windows color (decimal): -11051200 or 4218711. OLE color: 4218711.
HSL color Cylindrical-coordinate representation of color #575F40: hue angle of 75.48º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #575F40 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 87 | 95 | 64 | - |
| CMYK | 0.08 | 0 | 0.33 | 0.63 |
| HSL | 75.48º | 0.19% | 0.31% | - |
| HSV(B) | 75.48º | 0.33% | 0.37% | - |
| XYZ | 8.95 | 10.58 | 6.42 | - |
| YUV | 89.07 | 113.85 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 95 | 64 | 0.08 | 0 | 0.33 | 0.63 | 75.48 | 0.19 | 0.31 |
| Hex | 57 | 5F | 40 | 8 | 0 | 21 | 3F | 4B | 13 | 1F |
| Octal | 127 | 137 | 100 | 10 | 0 | 41 | 77 | 113 | 23 | 37 |
| Binary | 1010111 | 1011111 | 1000000 | 1000 | 0 | 100001 | 111111 | 1001011 | 10011 | 11111 |
Color Harmonies of #575F40
Complementary color
Monochromatic Colors of #575F40
Black with #575F40
Text Example
Text Example
White with #575F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575F40; }
p { color: rgb(87,95,64); }
H1.HeaderClassName
{
color: #575F40;
}
.AnyTagClassName
{
color: #575F40;
}
</style>
background-color css
<style>
a { background-color: #575F40; }
a { background-color: rgb(87,95,64); }
div.DivClassName
{
background-color: #575F40;
}
.BgClassName
{
background-color: #575F40;
}
</style>
border-color css
<style>
span { border-color: #575F40; }
span { border-color: rgb(87,95,64); }
td.TdClassName
{
border-color: #575F40;
}
.TagClassName
{
border-color: #575F40;
}
</style>