Shades of Lunar Green #565F45
Tints of Lunar Green #565F45
RGB
CMYK
RGB Variations
Color information
#565F45 (or 0x565F45) is known color: Lunar Green. HEX triplet: 56, 5F and 45. RGB value is (86,95,69). Sum of RGB (Red+Green+Blue) = 86+95+69=250 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.4% from 250); Green value is 95 (37.5% from 255 or 38% from 250); Blue value is 69 (27.34% from 255 or 27.6% from 250); Max value from RGB is 95 - color contains mainly: green. Hex color #565F45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565F45 is #A9A0BA. Grayscale: #595959. Windows color (decimal): -11116731 or 4546390. OLE color: 4546390.
HSL color Cylindrical-coordinate representation of color #565F45: hue angle of 80.77º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #565F45 is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 86 | 95 | 69 | - |
| CMYK | 0.09 | 0 | 0.27 | 0.63 |
| HSL | 80.77º | 0.16% | 0.32% | - |
| HSV(B) | 80.77º | 0.27% | 0.37% | - |
| XYZ | 9 | 10.59 | 7.2 | - |
| YUV | 89.35 | 116.52 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 95 | 69 | 0.09 | 0 | 0.27 | 0.63 | 80.77 | 0.16 | 0.32 |
| Hex | 56 | 5F | 45 | 9 | 0 | 1B | 3F | 51 | 10 | 20 |
| Octal | 126 | 137 | 105 | 11 | 0 | 33 | 77 | 121 | 20 | 40 |
| Binary | 1010110 | 1011111 | 1000101 | 1001 | 0 | 11011 | 111111 | 1010001 | 10000 | 100000 |
Color Harmonies of #565F45
Complementary color
Monochromatic Colors of #565F45
Black with #565F45
Text Example
Text Example
White with #565F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565F45; }
p { color: rgb(86,95,69); }
H1.HeaderClassName
{
color: #565F45;
}
.AnyTagClassName
{
color: #565F45;
}
</style>
background-color css
<style>
a { background-color: #565F45; }
a { background-color: rgb(86,95,69); }
div.DivClassName
{
background-color: #565F45;
}
.BgClassName
{
background-color: #565F45;
}
</style>
border-color css
<style>
span { border-color: #565F45; }
span { border-color: rgb(86,95,69); }
td.TdClassName
{
border-color: #565F45;
}
.TagClassName
{
border-color: #565F45;
}
</style>