Shades of Lunar Green #556142
Tints of Lunar Green #556142
RGB
CMYK
RGB Variations
Color information
#556142 (or 0x556142) is known color: Lunar Green. HEX triplet: 55, 61 and 42. RGB value is (85,97,66). Sum of RGB (Red+Green+Blue) = 85+97+66=248 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.27% from 248); Green value is 97 (38.28% from 255 or 39.11% from 248); Blue value is 66 (26.17% from 255 or 26.61% from 248); Max value from RGB is 97 - color contains mainly: green. Hex color #556142 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556142 is #AA9EBD. Grayscale: #595959. Windows color (decimal): -11181758 or 4350293. OLE color: 4350293.
HSL color Cylindrical-coordinate representation of color #556142: hue angle of 83.23º 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 #556142 is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 97 | 66 | - |
| CMYK | 0.12 | 0 | 0.32 | 0.62 |
| HSL | 83.23º | 0.19% | 0.32% | - |
| HSV(B) | 83.23º | 0.32% | 0.38% | - |
| XYZ | 9 | 10.87 | 6.78 | - |
| YUV | 89.88 | 114.52 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 97 | 66 | 0.12 | 0 | 0.32 | 0.62 | 83.23 | 0.19 | 0.32 |
| Hex | 55 | 61 | 42 | C | 0 | 20 | 3E | 53 | 13 | 20 |
| Octal | 125 | 141 | 102 | 14 | 0 | 40 | 76 | 123 | 23 | 40 |
| Binary | 1010101 | 1100001 | 1000010 | 1100 | 0 | 100000 | 111110 | 1010011 | 10011 | 100000 |
Color Harmonies of #556142
Complementary color
Monochromatic Colors of #556142
Black with #556142
Text Example
Text Example
White with #556142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556142; }
p { color: rgb(85,97,66); }
H1.HeaderClassName
{
color: #556142;
}
.AnyTagClassName
{
color: #556142;
}
</style>
background-color css
<style>
a { background-color: #556142; }
a { background-color: rgb(85,97,66); }
div.DivClassName
{
background-color: #556142;
}
.BgClassName
{
background-color: #556142;
}
</style>
border-color css
<style>
span { border-color: #556142; }
span { border-color: rgb(85,97,66); }
td.TdClassName
{
border-color: #556142;
}
.TagClassName
{
border-color: #556142;
}
</style>