Shades of Lunar Green #555946
Tints of Lunar Green #555946
RGB
CMYK
RGB Variations
Color information
#555946 (or 0x555946) is known color: Lunar Green. HEX triplet: 55, 59 and 46. RGB value is (85,89,70). Sum of RGB (Red+Green+Blue) = 85+89+70=244 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.84% from 244); Green value is 89 (35.16% from 255 or 36.48% from 244); Blue value is 70 (27.73% from 255 or 28.69% from 244); Max value from RGB is 89 - color contains mainly: green. Hex color #555946 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555946 is #AAA6B9. Grayscale: #555555. Windows color (decimal): -11183802 or 4610389. OLE color: 4610389.
HSL color Cylindrical-coordinate representation of color #555946: hue angle of 72.63º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #555946 is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 89 | 70 | - |
| CMYK | 0.04 | 0 | 0.21 | 0.65 |
| HSL | 72.63º | 0.12% | 0.31% | - |
| HSV(B) | 72.63º | 0.21% | 0.35% | - |
| XYZ | 8.42 | 9.52 | 7.19 | - |
| YUV | 85.64 | 119.17 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 89 | 70 | 0.04 | 0 | 0.21 | 0.65 | 72.63 | 0.12 | 0.31 |
| Hex | 55 | 59 | 46 | 4 | 0 | 15 | 41 | 49 | C | 1F |
| Octal | 125 | 131 | 106 | 4 | 0 | 25 | 101 | 111 | 14 | 37 |
| Binary | 1010101 | 1011001 | 1000110 | 100 | 0 | 10101 | 1000001 | 1001001 | 1100 | 11111 |
Color Harmonies of #555946
Complementary color
Monochromatic Colors of #555946
Black with #555946
Text Example
Text Example
White with #555946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555946; }
p { color: rgb(85,89,70); }
H1.HeaderClassName
{
color: #555946;
}
.AnyTagClassName
{
color: #555946;
}
</style>
background-color css
<style>
a { background-color: #555946; }
a { background-color: rgb(85,89,70); }
div.DivClassName
{
background-color: #555946;
}
.BgClassName
{
background-color: #555946;
}
</style>
border-color css
<style>
span { border-color: #555946; }
span { border-color: rgb(85,89,70); }
td.TdClassName
{
border-color: #555946;
}
.TagClassName
{
border-color: #555946;
}
</style>