Shades of Lunar Green #55603F
Tints of Lunar Green #55603F
RGB
CMYK
RGB Variations
Color information
#55603F (or 0x55603F) is known color: Lunar Green. HEX triplet: 55, 60 and 3F. RGB value is (85,96,63). Sum of RGB (Red+Green+Blue) = 85+96+63=244 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.84% from 244); Green value is 96 (37.89% from 255 or 39.34% from 244); Blue value is 63 (25% from 255 or 25.82% from 244); Max value from RGB is 96 - color contains mainly: green. Hex color #55603F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55603F is #AA9FC0. Grayscale: #595959. Windows color (decimal): -11182017 or 4153429. OLE color: 4153429.
HSL color Cylindrical-coordinate representation of color #55603F: hue angle of 80º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #55603F is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 96 | 63 | - |
| CMYK | 0.11 | 0 | 0.34 | 0.62 |
| HSL | 80º | 0.21% | 0.31% | - |
| HSV(B) | 80º | 0.34% | 0.38% | - |
| XYZ | 8.83 | 10.66 | 6.29 | - |
| YUV | 88.95 | 113.36 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 96 | 63 | 0.11 | 0 | 0.34 | 0.62 | 80 | 0.21 | 0.31 |
| Hex | 55 | 60 | 3F | B | 0 | 22 | 3E | 50 | 15 | 1F |
| Octal | 125 | 140 | 77 | 13 | 0 | 42 | 76 | 120 | 25 | 37 |
| Binary | 1010101 | 1100000 | 111111 | 1011 | 0 | 100010 | 111110 | 1010000 | 10101 | 11111 |
Color Harmonies of #55603F
Complementary color
Monochromatic Colors of #55603F
Black with #55603F
Text Example
Text Example
White with #55603F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55603F; }
p { color: rgb(85,96,63); }
H1.HeaderClassName
{
color: #55603F;
}
.AnyTagClassName
{
color: #55603F;
}
</style>
background-color css
<style>
a { background-color: #55603F; }
a { background-color: rgb(85,96,63); }
div.DivClassName
{
background-color: #55603F;
}
.BgClassName
{
background-color: #55603F;
}
</style>
border-color css
<style>
span { border-color: #55603F; }
span { border-color: rgb(85,96,63); }
td.TdClassName
{
border-color: #55603F;
}
.TagClassName
{
border-color: #55603F;
}
</style>