Shades of Lunar Green #556042
Tints of Lunar Green #556042
RGB
CMYK
RGB Variations
Color information
#556042 (or 0x556042) is known color: Lunar Green. HEX triplet: 55, 60 and 42. RGB value is (85,96,66). Sum of RGB (Red+Green+Blue) = 85+96+66=247 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.41% from 247); Green value is 96 (37.89% from 255 or 38.87% from 247); Blue value is 66 (26.17% from 255 or 26.72% from 247); Max value from RGB is 96 - color contains mainly: green. Hex color #556042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556042 is #AA9FBD. Grayscale: #595959. Windows color (decimal): -11182014 or 4350037. OLE color: 4350037.
HSL color Cylindrical-coordinate representation of color #556042: hue angle of 82º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #556042 is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 96 | 66 | - |
| CMYK | 0.11 | 0 | 0.31 | 0.62 |
| HSL | 82º | 0.19% | 0.32% | - |
| HSV(B) | 82º | 0.31% | 0.38% | - |
| XYZ | 8.91 | 10.69 | 6.75 | - |
| YUV | 89.29 | 114.86 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 96 | 66 | 0.11 | 0 | 0.31 | 0.62 | 82 | 0.19 | 0.32 |
| Hex | 55 | 60 | 42 | B | 0 | 1F | 3E | 52 | 13 | 20 |
| Octal | 125 | 140 | 102 | 13 | 0 | 37 | 76 | 122 | 23 | 40 |
| Binary | 1010101 | 1100000 | 1000010 | 1011 | 0 | 11111 | 111110 | 1010010 | 10011 | 100000 |
Color Harmonies of #556042
Complementary color
Monochromatic Colors of #556042
Black with #556042
Text Example
Text Example
White with #556042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556042; }
p { color: rgb(85,96,66); }
H1.HeaderClassName
{
color: #556042;
}
.AnyTagClassName
{
color: #556042;
}
</style>
background-color css
<style>
a { background-color: #556042; }
a { background-color: rgb(85,96,66); }
div.DivClassName
{
background-color: #556042;
}
.BgClassName
{
background-color: #556042;
}
</style>
border-color css
<style>
span { border-color: #556042; }
span { border-color: rgb(85,96,66); }
td.TdClassName
{
border-color: #556042;
}
.TagClassName
{
border-color: #556042;
}
</style>