Shades of Lunar Green #56603B
Tints of Lunar Green #56603B
RGB
CMYK
RGB Variations
Color information
#56603B (or 0x56603B) is known color: Lunar Green. HEX triplet: 56, 60 and 3B. RGB value is (86,96,59). Sum of RGB (Red+Green+Blue) = 86+96+59=241 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.68% from 241); Green value is 96 (37.89% from 255 or 39.83% from 241); Blue value is 59 (23.44% from 255 or 24.48% from 241); Max value from RGB is 96 - color contains mainly: green. Hex color #56603B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56603B is #A99FC4. Grayscale: #585858. Windows color (decimal): -11116485 or 3891286. OLE color: 3891286.
HSL color Cylindrical-coordinate representation of color #56603B: hue angle of 76.22º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #56603B is Cyan = 0.10, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 86 | 96 | 59 | - |
| CMYK | 0.10 | 0 | 0.39 | 0.62 |
| HSL | 76.22º | 0.24% | 0.3% | - |
| HSV(B) | 76.22º | 0.39% | 0.38% | - |
| XYZ | 8.81 | 10.66 | 5.73 | - |
| YUV | 88.79 | 111.19 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 96 | 59 | 0.10 | 0 | 0.39 | 0.62 | 76.22 | 0.24 | 0.3 |
| Hex | 56 | 60 | 3B | A | 0 | 27 | 3E | 4C | 18 | 1E |
| Octal | 126 | 140 | 73 | 12 | 0 | 47 | 76 | 114 | 30 | 36 |
| Binary | 1010110 | 1100000 | 111011 | 1010 | 0 | 100111 | 111110 | 1001100 | 11000 | 11110 |
Color Harmonies of #56603B
Complementary color
Monochromatic Colors of #56603B
Black with #56603B
Text Example
Text Example
White with #56603B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56603B; }
p { color: rgb(86,96,59); }
H1.HeaderClassName
{
color: #56603B;
}
.AnyTagClassName
{
color: #56603B;
}
</style>
background-color css
<style>
a { background-color: #56603B; }
a { background-color: rgb(86,96,59); }
div.DivClassName
{
background-color: #56603B;
}
.BgClassName
{
background-color: #56603B;
}
</style>
border-color css
<style>
span { border-color: #56603B; }
span { border-color: rgb(86,96,59); }
td.TdClassName
{
border-color: #56603B;
}
.TagClassName
{
border-color: #56603B;
}
</style>