Shades of Lunar Green #556045
Tints of Lunar Green #556045
RGB
CMYK
RGB Variations
Color information
#556045 (or 0x556045) is known color: Lunar Green. HEX triplet: 55, 60 and 45. RGB value is (85,96,69). Sum of RGB (Red+Green+Blue) = 85+96+69=250 (33% of max value = 765). Red value is 85 (33.59% from 255 or 34% from 250); Green value is 96 (37.89% from 255 or 38.4% from 250); Blue value is 69 (27.34% from 255 or 27.6% from 250); Max value from RGB is 96 - color contains mainly: green. Hex color #556045 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556045 is #AA9FBA. Grayscale: #595959. Windows color (decimal): -11182011 or 4546645. OLE color: 4546645.
HSL color Cylindrical-coordinate representation of color #556045: hue angle of 84.44º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #556045 is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 96 | 69 | - |
| CMYK | 0.11 | 0 | 0.28 | 0.62 |
| HSL | 84.44º | 0.16% | 0.32% | - |
| HSV(B) | 84.44º | 0.28% | 0.38% | - |
| XYZ | 9 | 10.73 | 7.23 | - |
| YUV | 89.63 | 116.36 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 96 | 69 | 0.11 | 0 | 0.28 | 0.62 | 84.44 | 0.16 | 0.32 |
| Hex | 55 | 60 | 45 | B | 0 | 1C | 3E | 54 | 10 | 20 |
| Octal | 125 | 140 | 105 | 13 | 0 | 34 | 76 | 124 | 20 | 40 |
| Binary | 1010101 | 1100000 | 1000101 | 1011 | 0 | 11100 | 111110 | 1010100 | 10000 | 100000 |
Color Harmonies of #556045
Complementary color
Monochromatic Colors of #556045
Black with #556045
Text Example
Text Example
White with #556045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556045; }
p { color: rgb(85,96,69); }
H1.HeaderClassName
{
color: #556045;
}
.AnyTagClassName
{
color: #556045;
}
</style>
background-color css
<style>
a { background-color: #556045; }
a { background-color: rgb(85,96,69); }
div.DivClassName
{
background-color: #556045;
}
.BgClassName
{
background-color: #556045;
}
</style>
border-color css
<style>
span { border-color: #556045; }
span { border-color: rgb(85,96,69); }
td.TdClassName
{
border-color: #556045;
}
.TagClassName
{
border-color: #556045;
}
</style>