Shades of Lunar Green #555B44
Tints of Lunar Green #555B44
RGB
CMYK
RGB Variations
Color information
#555B44 (or 0x555B44) is known color: Lunar Green. HEX triplet: 55, 5B and 44. RGB value is (85,91,68). Sum of RGB (Red+Green+Blue) = 85+91+68=244 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.84% from 244); Green value is 91 (35.94% from 255 or 37.30% from 244); Blue value is 68 (26.95% from 255 or 27.87% from 244); Max value from RGB is 91 - color contains mainly: green. Hex color #555B44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555B44 is #AAA4BB. Grayscale: #565656. Windows color (decimal): -11183292 or 4479829. OLE color: 4479829.
HSL color Cylindrical-coordinate representation of color #555B44: hue angle of 75.65º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #555B44 is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 91 | 68 | - |
| CMYK | 0.07 | 0 | 0.25 | 0.64 |
| HSL | 75.65º | 0.14% | 0.31% | - |
| HSV(B) | 75.65º | 0.25% | 0.36% | - |
| XYZ | 8.53 | 9.83 | 6.92 | - |
| YUV | 86.58 | 117.51 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 91 | 68 | 0.07 | 0 | 0.25 | 0.64 | 75.65 | 0.14 | 0.31 |
| Hex | 55 | 5B | 44 | 7 | 0 | 19 | 40 | 4C | E | 1F |
| Octal | 125 | 133 | 104 | 7 | 0 | 31 | 100 | 114 | 16 | 37 |
| Binary | 1010101 | 1011011 | 1000100 | 111 | 0 | 11001 | 1000000 | 1001100 | 1110 | 11111 |
Color Harmonies of #555B44
Complementary color
Monochromatic Colors of #555B44
Black with #555B44
Text Example
Text Example
White with #555B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555B44; }
p { color: rgb(85,91,68); }
H1.HeaderClassName
{
color: #555B44;
}
.AnyTagClassName
{
color: #555B44;
}
</style>
background-color css
<style>
a { background-color: #555B44; }
a { background-color: rgb(85,91,68); }
div.DivClassName
{
background-color: #555B44;
}
.BgClassName
{
background-color: #555B44;
}
</style>
border-color css
<style>
span { border-color: #555B44; }
span { border-color: rgb(85,91,68); }
td.TdClassName
{
border-color: #555B44;
}
.TagClassName
{
border-color: #555B44;
}
</style>