Shades of Lunar Green #565C41
Tints of Lunar Green #565C41
RGB
CMYK
RGB Variations
Color information
#565C41 (or 0x565C41) is known color: Lunar Green. HEX triplet: 56, 5C and 41. RGB value is (86,92,65). Sum of RGB (Red+Green+Blue) = 86+92+65=243 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.39% from 243); Green value is 92 (36.33% from 255 or 37.86% from 243); Blue value is 65 (25.78% from 255 or 26.75% from 243); Max value from RGB is 92 - color contains mainly: green. Hex color #565C41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565C41 is #A9A3BE. Grayscale: #575757. Windows color (decimal): -11117503 or 4283478. OLE color: 4283478.
HSL color Cylindrical-coordinate representation of color #565C41: hue angle of 73.33º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #565C41 is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 86 | 92 | 65 | - |
| CMYK | 0.07 | 0 | 0.29 | 0.64 |
| HSL | 73.33º | 0.17% | 0.31% | - |
| HSV(B) | 73.33º | 0.29% | 0.36% | - |
| XYZ | 8.62 | 10.01 | 6.48 | - |
| YUV | 87.13 | 115.51 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 92 | 65 | 0.07 | 0 | 0.29 | 0.64 | 73.33 | 0.17 | 0.31 |
| Hex | 56 | 5C | 41 | 7 | 0 | 1D | 40 | 49 | 11 | 1F |
| Octal | 126 | 134 | 101 | 7 | 0 | 35 | 100 | 111 | 21 | 37 |
| Binary | 1010110 | 1011100 | 1000001 | 111 | 0 | 11101 | 1000000 | 1001001 | 10001 | 11111 |
Color Harmonies of #565C41
Complementary color
Monochromatic Colors of #565C41
Black with #565C41
Text Example
Text Example
White with #565C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565C41; }
p { color: rgb(86,92,65); }
H1.HeaderClassName
{
color: #565C41;
}
.AnyTagClassName
{
color: #565C41;
}
</style>
background-color css
<style>
a { background-color: #565C41; }
a { background-color: rgb(86,92,65); }
div.DivClassName
{
background-color: #565C41;
}
.BgClassName
{
background-color: #565C41;
}
</style>
border-color css
<style>
span { border-color: #565C41; }
span { border-color: rgb(86,92,65); }
td.TdClassName
{
border-color: #565C41;
}
.TagClassName
{
border-color: #565C41;
}
</style>