Shades of Lunar Green #505445
Tints of Lunar Green #505445
RGB
CMYK
RGB Variations
Color information
#505445 (or 0x505445) is known color: Lunar Green. HEX triplet: 50, 54 and 45. RGB value is (80,84,69). Sum of RGB (Red+Green+Blue) = 80+84+69=233 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.33% from 233); Green value is 84 (33.20% from 255 or 36.05% from 233); Blue value is 69 (27.34% from 255 or 29.61% from 233); Max value from RGB is 84 - color contains mainly: green. Hex color #505445 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505445 is #AFABBA. Grayscale: #515151. Windows color (decimal): -11512763 or 4543568. OLE color: 4543568.
HSL color Cylindrical-coordinate representation of color #505445: hue angle of 76º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #505445 is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 80 | 84 | 69 | - |
| CMYK | 0.05 | 0 | 0.18 | 0.67 |
| HSL | 76º | 0.1% | 0.3% | - |
| HSV(B) | 76º | 0.18% | 0.33% | - |
| XYZ | 7.55 | 8.48 | 6.87 | - |
| YUV | 81.09 | 121.17 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 84 | 69 | 0.05 | 0 | 0.18 | 0.67 | 76 | 0.1 | 0.3 |
| Hex | 50 | 54 | 45 | 5 | 0 | 12 | 43 | 4C | A | 1E |
| Octal | 120 | 124 | 105 | 5 | 0 | 22 | 103 | 114 | 12 | 36 |
| Binary | 1010000 | 1010100 | 1000101 | 101 | 0 | 10010 | 1000011 | 1001100 | 1010 | 11110 |
Color Harmonies of #505445
Complementary color
Monochromatic Colors of #505445
Black with #505445
Text Example
Text Example
White with #505445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505445; }
p { color: rgb(80,84,69); }
H1.HeaderClassName
{
color: #505445;
}
.AnyTagClassName
{
color: #505445;
}
</style>
background-color css
<style>
a { background-color: #505445; }
a { background-color: rgb(80,84,69); }
div.DivClassName
{
background-color: #505445;
}
.BgClassName
{
background-color: #505445;
}
</style>
border-color css
<style>
span { border-color: #505445; }
span { border-color: rgb(80,84,69); }
td.TdClassName
{
border-color: #505445;
}
.TagClassName
{
border-color: #505445;
}
</style>