Shades of Lunar Green #56613E
Tints of Lunar Green #56613E
RGB
CMYK
RGB Variations
Color information
#56613E (or 0x56613E) is known color: Lunar Green. HEX triplet: 56, 61 and 3E. RGB value is (86,97,62). Sum of RGB (Red+Green+Blue) = 86+97+62=245 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.10% from 245); Green value is 97 (38.28% from 255 or 39.59% from 245); Blue value is 62 (24.61% from 255 or 25.31% from 245); Max value from RGB is 97 - color contains mainly: green. Hex color #56613E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56613E is #A99EC1. Grayscale: #595959. Windows color (decimal): -11116226 or 4088150. OLE color: 4088150.
HSL color Cylindrical-coordinate representation of color #56613E: hue angle of 78.86º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #56613E is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 86 | 97 | 62 | - |
| CMYK | 0.11 | 0 | 0.36 | 0.62 |
| HSL | 78.86º | 0.22% | 0.31% | - |
| HSV(B) | 78.86º | 0.36% | 0.38% | - |
| XYZ | 8.98 | 10.88 | 6.18 | - |
| YUV | 89.72 | 112.36 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 97 | 62 | 0.11 | 0 | 0.36 | 0.62 | 78.86 | 0.22 | 0.31 |
| Hex | 56 | 61 | 3E | B | 0 | 24 | 3E | 4F | 16 | 1F |
| Octal | 126 | 141 | 76 | 13 | 0 | 44 | 76 | 117 | 26 | 37 |
| Binary | 1010110 | 1100001 | 111110 | 1011 | 0 | 100100 | 111110 | 1001111 | 10110 | 11111 |
Color Harmonies of #56613E
Complementary color
Monochromatic Colors of #56613E
Black with #56613E
Text Example
Text Example
White with #56613E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56613E; }
p { color: rgb(86,97,62); }
H1.HeaderClassName
{
color: #56613E;
}
.AnyTagClassName
{
color: #56613E;
}
</style>
background-color css
<style>
a { background-color: #56613E; }
a { background-color: rgb(86,97,62); }
div.DivClassName
{
background-color: #56613E;
}
.BgClassName
{
background-color: #56613E;
}
</style>
border-color css
<style>
span { border-color: #56613E; }
span { border-color: rgb(86,97,62); }
td.TdClassName
{
border-color: #56613E;
}
.TagClassName
{
border-color: #56613E;
}
</style>