Shades of Lunar Green #555D41
Tints of Lunar Green #555D41
RGB
CMYK
RGB Variations
Color information
#555D41 (or 0x555D41) is known color: Lunar Green. HEX triplet: 55, 5D and 41. RGB value is (85,93,65). Sum of RGB (Red+Green+Blue) = 85+93+65=243 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.98% from 243); Green value is 93 (36.72% from 255 or 38.27% from 243); Blue value is 65 (25.78% from 255 or 26.75% from 243); Max value from RGB is 93 - color contains mainly: green. Hex color #555D41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555D41 is #AAA2BE. Grayscale: #575757. Windows color (decimal): -11182783 or 4283733. OLE color: 4283733.
HSL color Cylindrical-coordinate representation of color #555D41: hue angle of 77.14º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #555D41 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 93 | 65 | - |
| CMYK | 0.09 | 0 | 0.30 | 0.64 |
| HSL | 77.14º | 0.18% | 0.31% | - |
| HSV(B) | 77.14º | 0.3% | 0.36% | - |
| XYZ | 8.61 | 10.14 | 6.5 | - |
| YUV | 87.42 | 115.35 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 93 | 65 | 0.09 | 0 | 0.30 | 0.64 | 77.14 | 0.18 | 0.31 |
| Hex | 55 | 5D | 41 | 9 | 0 | 1E | 40 | 4D | 12 | 1F |
| Octal | 125 | 135 | 101 | 11 | 0 | 36 | 100 | 115 | 22 | 37 |
| Binary | 1010101 | 1011101 | 1000001 | 1001 | 0 | 11110 | 1000000 | 1001101 | 10010 | 11111 |
Color Harmonies of #555D41
Complementary color
Monochromatic Colors of #555D41
Black with #555D41
Text Example
Text Example
White with #555D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555D41; }
p { color: rgb(85,93,65); }
H1.HeaderClassName
{
color: #555D41;
}
.AnyTagClassName
{
color: #555D41;
}
</style>
background-color css
<style>
a { background-color: #555D41; }
a { background-color: rgb(85,93,65); }
div.DivClassName
{
background-color: #555D41;
}
.BgClassName
{
background-color: #555D41;
}
</style>
border-color css
<style>
span { border-color: #555D41; }
span { border-color: rgb(85,93,65); }
td.TdClassName
{
border-color: #555D41;
}
.TagClassName
{
border-color: #555D41;
}
</style>