Shades of Lunar Green #555B49
Tints of Lunar Green #555B49
RGB
CMYK
RGB Variations
Color information
#555B49 (or 0x555B49) is known color: Lunar Green. HEX triplet: 55, 5B and 49. RGB value is (85,91,73). Sum of RGB (Red+Green+Blue) = 85+91+73=249 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.14% from 249); Green value is 91 (35.94% from 255 or 36.55% from 249); Blue value is 73 (28.91% from 255 or 29.32% from 249); Max value from RGB is 91 - color contains mainly: green. Hex color #555B49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555B49 is #AAA4B6. Grayscale: #575757. Windows color (decimal): -11183287 or 4807509. OLE color: 4807509.
HSL color Cylindrical-coordinate representation of color #555B49: hue angle of 80º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #555B49 is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 91 | 73 | - |
| CMYK | 0.07 | 0 | 0.20 | 0.64 |
| HSL | 80º | 0.11% | 0.32% | - |
| HSV(B) | 80º | 0.2% | 0.36% | - |
| XYZ | 8.69 | 9.89 | 7.76 | - |
| YUV | 87.15 | 120.01 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 91 | 73 | 0.07 | 0 | 0.20 | 0.64 | 80 | 0.11 | 0.32 |
| Hex | 55 | 5B | 49 | 7 | 0 | 14 | 40 | 50 | B | 20 |
| Octal | 125 | 133 | 111 | 7 | 0 | 24 | 100 | 120 | 13 | 40 |
| Binary | 1010101 | 1011011 | 1001001 | 111 | 0 | 10100 | 1000000 | 1010000 | 1011 | 100000 |
Color Harmonies of #555B49
Complementary color
Monochromatic Colors of #555B49
Black with #555B49
Text Example
Text Example
White with #555B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555B49; }
p { color: rgb(85,91,73); }
H1.HeaderClassName
{
color: #555B49;
}
.AnyTagClassName
{
color: #555B49;
}
</style>
background-color css
<style>
a { background-color: #555B49; }
a { background-color: rgb(85,91,73); }
div.DivClassName
{
background-color: #555B49;
}
.BgClassName
{
background-color: #555B49;
}
</style>
border-color css
<style>
span { border-color: #555B49; }
span { border-color: rgb(85,91,73); }
td.TdClassName
{
border-color: #555B49;
}
.TagClassName
{
border-color: #555B49;
}
</style>