Shades of Lunar Green #56613D
Tints of Lunar Green #56613D
RGB
CMYK
RGB Variations
Color information
#56613D (or 0x56613D) is known color: Lunar Green. HEX triplet: 56, 61 and 3D. RGB value is (86,97,61). Sum of RGB (Red+Green+Blue) = 86+97+61=244 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.25% from 244); Green value is 97 (38.28% from 255 or 39.75% from 244); Blue value is 61 (24.22% from 255 or 25% from 244); Max value from RGB is 97 - color contains mainly: green. Hex color #56613D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56613D is #A99EC2. Grayscale: #595959. Windows color (decimal): -11116227 or 4022614. OLE color: 4022614.
HSL color Cylindrical-coordinate representation of color #56613D: hue angle of 78.33º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #56613D is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 86 | 97 | 61 | - |
| CMYK | 0.11 | 0 | 0.37 | 0.62 |
| HSL | 78.33º | 0.23% | 0.31% | - |
| HSV(B) | 78.33º | 0.37% | 0.38% | - |
| XYZ | 8.95 | 10.86 | 6.04 | - |
| YUV | 89.61 | 111.86 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 97 | 61 | 0.11 | 0 | 0.37 | 0.62 | 78.33 | 0.23 | 0.31 |
| Hex | 56 | 61 | 3D | B | 0 | 25 | 3E | 4E | 17 | 1F |
| Octal | 126 | 141 | 75 | 13 | 0 | 45 | 76 | 116 | 27 | 37 |
| Binary | 1010110 | 1100001 | 111101 | 1011 | 0 | 100101 | 111110 | 1001110 | 10111 | 11111 |
Color Harmonies of #56613D
Complementary color
Monochromatic Colors of #56613D
Black with #56613D
Text Example
Text Example
White with #56613D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56613D; }
p { color: rgb(86,97,61); }
H1.HeaderClassName
{
color: #56613D;
}
.AnyTagClassName
{
color: #56613D;
}
</style>
background-color css
<style>
a { background-color: #56613D; }
a { background-color: rgb(86,97,61); }
div.DivClassName
{
background-color: #56613D;
}
.BgClassName
{
background-color: #56613D;
}
</style>
border-color css
<style>
span { border-color: #56613D; }
span { border-color: rgb(86,97,61); }
td.TdClassName
{
border-color: #56613D;
}
.TagClassName
{
border-color: #56613D;
}
</style>