Shades of Lunar Green #565C46
Tints of Lunar Green #565C46
RGB
CMYK
RGB Variations
Color information
#565C46 (or 0x565C46) is known color: Lunar Green. HEX triplet: 56, 5C and 46. RGB value is (86,92,70). Sum of RGB (Red+Green+Blue) = 86+92+70=248 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.68% from 248); Green value is 92 (36.33% from 255 or 37.10% from 248); Blue value is 70 (27.73% from 255 or 28.23% from 248); Max value from RGB is 92 - color contains mainly: green. Hex color #565C46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565C46 is #A9A3B9. Grayscale: #575757. Windows color (decimal): -11117498 or 4611158. OLE color: 4611158.
HSL color Cylindrical-coordinate representation of color #565C46: hue angle of 76.36º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #565C46 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 86 | 92 | 70 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.64 |
| HSL | 76.36º | 0.14% | 0.32% | - |
| HSV(B) | 76.36º | 0.24% | 0.36% | - |
| XYZ | 8.77 | 10.07 | 7.28 | - |
| YUV | 87.7 | 118.01 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 92 | 70 | 0.07 | 0 | 0.24 | 0.64 | 76.36 | 0.14 | 0.32 |
| Hex | 56 | 5C | 46 | 7 | 0 | 18 | 40 | 4C | E | 20 |
| Octal | 126 | 134 | 106 | 7 | 0 | 30 | 100 | 114 | 16 | 40 |
| Binary | 1010110 | 1011100 | 1000110 | 111 | 0 | 11000 | 1000000 | 1001100 | 1110 | 100000 |
Color Harmonies of #565C46
Complementary color
Monochromatic Colors of #565C46
Black with #565C46
Text Example
Text Example
White with #565C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565C46; }
p { color: rgb(86,92,70); }
H1.HeaderClassName
{
color: #565C46;
}
.AnyTagClassName
{
color: #565C46;
}
</style>
background-color css
<style>
a { background-color: #565C46; }
a { background-color: rgb(86,92,70); }
div.DivClassName
{
background-color: #565C46;
}
.BgClassName
{
background-color: #565C46;
}
</style>
border-color css
<style>
span { border-color: #565C46; }
span { border-color: rgb(86,92,70); }
td.TdClassName
{
border-color: #565C46;
}
.TagClassName
{
border-color: #565C46;
}
</style>