Shades of Lunar Green #555B46
Tints of Lunar Green #555B46
RGB
CMYK
RGB Variations
Color information
#555B46 (or 0x555B46) is known color: Lunar Green. HEX triplet: 55, 5B and 46. RGB value is (85,91,70). Sum of RGB (Red+Green+Blue) = 85+91+70=246 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.55% from 246); Green value is 91 (35.94% from 255 or 36.99% from 246); Blue value is 70 (27.73% from 255 or 28.46% from 246); Max value from RGB is 91 - color contains mainly: green. Hex color #555B46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555B46 is #AAA4B9. Grayscale: #565656. Windows color (decimal): -11183290 or 4610901. OLE color: 4610901.
HSL color Cylindrical-coordinate representation of color #555B46: hue angle of 77.14º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #555B46 is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 91 | 70 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.64 |
| HSL | 77.14º | 0.13% | 0.32% | - |
| HSV(B) | 77.14º | 0.23% | 0.36% | - |
| XYZ | 8.59 | 9.86 | 7.24 | - |
| YUV | 86.81 | 118.51 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 91 | 70 | 0.07 | 0 | 0.23 | 0.64 | 77.14 | 0.13 | 0.32 |
| Hex | 55 | 5B | 46 | 7 | 0 | 17 | 40 | 4D | D | 20 |
| Octal | 125 | 133 | 106 | 7 | 0 | 27 | 100 | 115 | 15 | 40 |
| Binary | 1010101 | 1011011 | 1000110 | 111 | 0 | 10111 | 1000000 | 1001101 | 1101 | 100000 |
Color Harmonies of #555B46
Complementary color
Monochromatic Colors of #555B46
Black with #555B46
Text Example
Text Example
White with #555B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555B46; }
p { color: rgb(85,91,70); }
H1.HeaderClassName
{
color: #555B46;
}
.AnyTagClassName
{
color: #555B46;
}
</style>
background-color css
<style>
a { background-color: #555B46; }
a { background-color: rgb(85,91,70); }
div.DivClassName
{
background-color: #555B46;
}
.BgClassName
{
background-color: #555B46;
}
</style>
border-color css
<style>
span { border-color: #555B46; }
span { border-color: rgb(85,91,70); }
td.TdClassName
{
border-color: #555B46;
}
.TagClassName
{
border-color: #555B46;
}
</style>