Shades of Lunar Green #556041
Tints of Lunar Green #556041
RGB
CMYK
RGB Variations
Color information
#556041 (or 0x556041) is known color: Lunar Green. HEX triplet: 55, 60 and 41. RGB value is (85,96,65). Sum of RGB (Red+Green+Blue) = 85+96+65=246 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.55% from 246); Green value is 96 (37.89% from 255 or 39.02% from 246); Blue value is 65 (25.78% from 255 or 26.42% from 246); Max value from RGB is 96 - color contains mainly: green. Hex color #556041 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556041 is #AA9FBE. Grayscale: #595959. Windows color (decimal): -11182015 or 4284501. OLE color: 4284501.
HSL color Cylindrical-coordinate representation of color #556041: hue angle of 81.29º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #556041 is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 96 | 65 | - |
| CMYK | 0.11 | 0 | 0.32 | 0.62 |
| HSL | 81.29º | 0.19% | 0.32% | - |
| HSV(B) | 81.29º | 0.32% | 0.38% | - |
| XYZ | 8.88 | 10.68 | 6.59 | - |
| YUV | 89.18 | 114.36 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 96 | 65 | 0.11 | 0 | 0.32 | 0.62 | 81.29 | 0.19 | 0.32 |
| Hex | 55 | 60 | 41 | B | 0 | 20 | 3E | 51 | 13 | 20 |
| Octal | 125 | 140 | 101 | 13 | 0 | 40 | 76 | 121 | 23 | 40 |
| Binary | 1010101 | 1100000 | 1000001 | 1011 | 0 | 100000 | 111110 | 1010001 | 10011 | 100000 |
Color Harmonies of #556041
Complementary color
Monochromatic Colors of #556041
Black with #556041
Text Example
Text Example
White with #556041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556041; }
p { color: rgb(85,96,65); }
H1.HeaderClassName
{
color: #556041;
}
.AnyTagClassName
{
color: #556041;
}
</style>
background-color css
<style>
a { background-color: #556041; }
a { background-color: rgb(85,96,65); }
div.DivClassName
{
background-color: #556041;
}
.BgClassName
{
background-color: #556041;
}
</style>
border-color css
<style>
span { border-color: #556041; }
span { border-color: rgb(85,96,65); }
td.TdClassName
{
border-color: #556041;
}
.TagClassName
{
border-color: #556041;
}
</style>