Shades of Lunar Green #555B41
Tints of Lunar Green #555B41
RGB
CMYK
RGB Variations
Color information
#555B41 (or 0x555B41) is known color: Lunar Green. HEX triplet: 55, 5B and 41. RGB value is (85,91,65). Sum of RGB (Red+Green+Blue) = 85+91+65=241 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.27% from 241); Green value is 91 (35.94% from 255 or 37.76% from 241); Blue value is 65 (25.78% from 255 or 26.97% from 241); Max value from RGB is 91 - color contains mainly: green. Hex color #555B41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555B41 is #AAA4BE. Grayscale: #565656. Windows color (decimal): -11183295 or 4283221. OLE color: 4283221.
HSL color Cylindrical-coordinate representation of color #555B41: hue angle of 73.85º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #555B41 is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 91 | 65 | - |
| CMYK | 0.07 | 0 | 0.29 | 0.64 |
| HSL | 73.85º | 0.17% | 0.31% | - |
| HSV(B) | 73.85º | 0.29% | 0.36% | - |
| XYZ | 8.44 | 9.8 | 6.45 | - |
| YUV | 86.24 | 116.01 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 91 | 65 | 0.07 | 0 | 0.29 | 0.64 | 73.85 | 0.17 | 0.31 |
| Hex | 55 | 5B | 41 | 7 | 0 | 1D | 40 | 4A | 11 | 1F |
| Octal | 125 | 133 | 101 | 7 | 0 | 35 | 100 | 112 | 21 | 37 |
| Binary | 1010101 | 1011011 | 1000001 | 111 | 0 | 11101 | 1000000 | 1001010 | 10001 | 11111 |
Color Harmonies of #555B41
Complementary color
Monochromatic Colors of #555B41
Black with #555B41
Text Example
Text Example
White with #555B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555B41; }
p { color: rgb(85,91,65); }
H1.HeaderClassName
{
color: #555B41;
}
.AnyTagClassName
{
color: #555B41;
}
</style>
background-color css
<style>
a { background-color: #555B41; }
a { background-color: rgb(85,91,65); }
div.DivClassName
{
background-color: #555B41;
}
.BgClassName
{
background-color: #555B41;
}
</style>
border-color css
<style>
span { border-color: #555B41; }
span { border-color: rgb(85,91,65); }
td.TdClassName
{
border-color: #555B41;
}
.TagClassName
{
border-color: #555B41;
}
</style>