Shades of Lunar Green #575D46
Tints of Lunar Green #575D46
RGB
CMYK
RGB Variations
Color information
#575D46 (or 0x575D46) is known color: Lunar Green. HEX triplet: 57, 5D and 46. RGB value is (87,93,70). Sum of RGB (Red+Green+Blue) = 87+93+70=250 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.8% from 250); Green value is 93 (36.72% from 255 or 37.2% from 250); Blue value is 70 (27.73% from 255 or 28% from 250); Max value from RGB is 93 - color contains mainly: green. Hex color #575D46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575D46 is #A8A2B9. Grayscale: #585858. Windows color (decimal): -11051706 or 4611415. OLE color: 4611415.
HSL color Cylindrical-coordinate representation of color #575D46: hue angle of 75.65º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #575D46 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 87 | 93 | 70 | - |
| CMYK | 0.06 | 0 | 0.25 | 0.64 |
| HSL | 75.65º | 0.14% | 0.32% | - |
| HSV(B) | 75.65º | 0.25% | 0.36% | - |
| XYZ | 8.95 | 10.3 | 7.31 | - |
| YUV | 88.58 | 117.51 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 93 | 70 | 0.06 | 0 | 0.25 | 0.64 | 75.65 | 0.14 | 0.32 |
| Hex | 57 | 5D | 46 | 6 | 0 | 19 | 40 | 4C | E | 20 |
| Octal | 127 | 135 | 106 | 6 | 0 | 31 | 100 | 114 | 16 | 40 |
| Binary | 1010111 | 1011101 | 1000110 | 110 | 0 | 11001 | 1000000 | 1001100 | 1110 | 100000 |
Color Harmonies of #575D46
Complementary color
Monochromatic Colors of #575D46
Black with #575D46
Text Example
Text Example
White with #575D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575D46; }
p { color: rgb(87,93,70); }
H1.HeaderClassName
{
color: #575D46;
}
.AnyTagClassName
{
color: #575D46;
}
</style>
background-color css
<style>
a { background-color: #575D46; }
a { background-color: rgb(87,93,70); }
div.DivClassName
{
background-color: #575D46;
}
.BgClassName
{
background-color: #575D46;
}
</style>
border-color css
<style>
span { border-color: #575D46; }
span { border-color: rgb(87,93,70); }
td.TdClassName
{
border-color: #575D46;
}
.TagClassName
{
border-color: #575D46;
}
</style>