Shades of Lunar Green #565C45
Tints of Lunar Green #565C45
RGB
CMYK
RGB Variations
Color information
#565C45 (or 0x565C45) is known color: Lunar Green. HEX triplet: 56, 5C and 45. RGB value is (86,92,69). Sum of RGB (Red+Green+Blue) = 86+92+69=247 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.82% from 247); Green value is 92 (36.33% from 255 or 37.25% from 247); Blue value is 69 (27.34% from 255 or 27.94% from 247); Max value from RGB is 92 - color contains mainly: green. Hex color #565C45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565C45 is #A9A3BA. Grayscale: #575757. Windows color (decimal): -11117499 or 4545622. OLE color: 4545622.
HSL color Cylindrical-coordinate representation of color #565C45: 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 #565C45 is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 86 | 92 | 69 | - |
| CMYK | 0.07 | 0 | 0.25 | 0.64 |
| HSL | 75.65º | 0.14% | 0.32% | - |
| HSV(B) | 75.65º | 0.25% | 0.36% | - |
| XYZ | 8.74 | 10.06 | 7.11 | - |
| YUV | 87.58 | 117.51 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 92 | 69 | 0.07 | 0 | 0.25 | 0.64 | 75.65 | 0.14 | 0.32 |
| Hex | 56 | 5C | 45 | 7 | 0 | 19 | 40 | 4C | E | 20 |
| Octal | 126 | 134 | 105 | 7 | 0 | 31 | 100 | 114 | 16 | 40 |
| Binary | 1010110 | 1011100 | 1000101 | 111 | 0 | 11001 | 1000000 | 1001100 | 1110 | 100000 |
Color Harmonies of #565C45
Complementary color
Monochromatic Colors of #565C45
Black with #565C45
Text Example
Text Example
White with #565C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565C45; }
p { color: rgb(86,92,69); }
H1.HeaderClassName
{
color: #565C45;
}
.AnyTagClassName
{
color: #565C45;
}
</style>
background-color css
<style>
a { background-color: #565C45; }
a { background-color: rgb(86,92,69); }
div.DivClassName
{
background-color: #565C45;
}
.BgClassName
{
background-color: #565C45;
}
</style>
border-color css
<style>
span { border-color: #565C45; }
span { border-color: rgb(86,92,69); }
td.TdClassName
{
border-color: #565C45;
}
.TagClassName
{
border-color: #565C45;
}
</style>