Shades of Lunar Green #56603C
Tints of Lunar Green #56603C
RGB
CMYK
RGB Variations
Color information
#56603C (or 0x56603C) is known color: Lunar Green. HEX triplet: 56, 60 and 3C. RGB value is (86,96,60). Sum of RGB (Red+Green+Blue) = 86+96+60=242 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.54% from 242); Green value is 96 (37.89% from 255 or 39.67% from 242); Blue value is 60 (23.83% from 255 or 24.79% from 242); Max value from RGB is 96 - color contains mainly: green. Hex color #56603C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56603C is #A99FC3. Grayscale: #595959. Windows color (decimal): -11116484 or 3956822. OLE color: 3956822.
HSL color Cylindrical-coordinate representation of color #56603C: hue angle of 76.67º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #56603C is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 86 | 96 | 60 | - |
| CMYK | 0.10 | 0 | 0.38 | 0.62 |
| HSL | 76.67º | 0.23% | 0.31% | - |
| HSV(B) | 76.67º | 0.38% | 0.38% | - |
| XYZ | 8.84 | 10.67 | 5.87 | - |
| YUV | 88.91 | 111.69 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 96 | 60 | 0.10 | 0 | 0.38 | 0.62 | 76.67 | 0.23 | 0.31 |
| Hex | 56 | 60 | 3C | A | 0 | 26 | 3E | 4D | 17 | 1F |
| Octal | 126 | 140 | 74 | 12 | 0 | 46 | 76 | 115 | 27 | 37 |
| Binary | 1010110 | 1100000 | 111100 | 1010 | 0 | 100110 | 111110 | 1001101 | 10111 | 11111 |
Color Harmonies of #56603C
Complementary color
Monochromatic Colors of #56603C
Black with #56603C
Text Example
Text Example
White with #56603C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56603C; }
p { color: rgb(86,96,60); }
H1.HeaderClassName
{
color: #56603C;
}
.AnyTagClassName
{
color: #56603C;
}
</style>
background-color css
<style>
a { background-color: #56603C; }
a { background-color: rgb(86,96,60); }
div.DivClassName
{
background-color: #56603C;
}
.BgClassName
{
background-color: #56603C;
}
</style>
border-color css
<style>
span { border-color: #56603C; }
span { border-color: rgb(86,96,60); }
td.TdClassName
{
border-color: #56603C;
}
.TagClassName
{
border-color: #56603C;
}
</style>