Shades of Lunar Green #565F41
Tints of Lunar Green #565F41
RGB
CMYK
RGB Variations
Color information
#565F41 (or 0x565F41) is known color: Lunar Green. HEX triplet: 56, 5F and 41. RGB value is (86,95,65). Sum of RGB (Red+Green+Blue) = 86+95+65=246 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.96% from 246); Green value is 95 (37.5% from 255 or 38.62% from 246); Blue value is 65 (25.78% from 255 or 26.42% from 246); Max value from RGB is 95 - color contains mainly: green. Hex color #565F41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565F41 is #A9A0BE. Grayscale: #595959. Windows color (decimal): -11116735 or 4284246. OLE color: 4284246.
HSL color Cylindrical-coordinate representation of color #565F41: hue angle of 78º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #565F41 is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 86 | 95 | 65 | - |
| CMYK | 0.09 | 0 | 0.32 | 0.63 |
| HSL | 78º | 0.19% | 0.31% | - |
| HSV(B) | 78º | 0.32% | 0.37% | - |
| XYZ | 8.88 | 10.54 | 6.57 | - |
| YUV | 88.89 | 114.52 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 95 | 65 | 0.09 | 0 | 0.32 | 0.63 | 78 | 0.19 | 0.31 |
| Hex | 56 | 5F | 41 | 9 | 0 | 20 | 3F | 4E | 13 | 1F |
| Octal | 126 | 137 | 101 | 11 | 0 | 40 | 77 | 116 | 23 | 37 |
| Binary | 1010110 | 1011111 | 1000001 | 1001 | 0 | 100000 | 111111 | 1001110 | 10011 | 11111 |
Color Harmonies of #565F41
Complementary color
Monochromatic Colors of #565F41
Black with #565F41
Text Example
Text Example
White with #565F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565F41; }
p { color: rgb(86,95,65); }
H1.HeaderClassName
{
color: #565F41;
}
.AnyTagClassName
{
color: #565F41;
}
</style>
background-color css
<style>
a { background-color: #565F41; }
a { background-color: rgb(86,95,65); }
div.DivClassName
{
background-color: #565F41;
}
.BgClassName
{
background-color: #565F41;
}
</style>
border-color css
<style>
span { border-color: #565F41; }
span { border-color: rgb(86,95,65); }
td.TdClassName
{
border-color: #565F41;
}
.TagClassName
{
border-color: #565F41;
}
</style>