Shades of Lunar Green #505A42
Tints of Lunar Green #505A42
RGB
CMYK
RGB Variations
Color information
#505A42 (or 0x505A42) is known color: Lunar Green. HEX triplet: 50, 5A and 42. RGB value is (80,90,66). Sum of RGB (Red+Green+Blue) = 80+90+66=236 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.90% from 236); Green value is 90 (35.55% from 255 or 38.14% from 236); Blue value is 66 (26.17% from 255 or 27.97% from 236); Max value from RGB is 90 - color contains mainly: green. Hex color #505A42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505A42 is #AFA5BD. Grayscale: #545454. Windows color (decimal): -11511230 or 4348496. OLE color: 4348496.
HSL color Cylindrical-coordinate representation of color #505A42: hue angle of 85º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #505A42 is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 80 | 90 | 66 | - |
| CMYK | 0.11 | 0 | 0.27 | 0.65 |
| HSL | 85º | 0.15% | 0.31% | - |
| HSV(B) | 85º | 0.27% | 0.35% | - |
| XYZ | 7.95 | 9.41 | 6.55 | - |
| YUV | 84.27 | 117.69 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 90 | 66 | 0.11 | 0 | 0.27 | 0.65 | 85 | 0.15 | 0.31 |
| Hex | 50 | 5A | 42 | B | 0 | 1B | 41 | 55 | F | 1F |
| Octal | 120 | 132 | 102 | 13 | 0 | 33 | 101 | 125 | 17 | 37 |
| Binary | 1010000 | 1011010 | 1000010 | 1011 | 0 | 11011 | 1000001 | 1010101 | 1111 | 11111 |
Color Harmonies of #505A42
Complementary color
Monochromatic Colors of #505A42
Black with #505A42
Text Example
Text Example
White with #505A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505A42; }
p { color: rgb(80,90,66); }
H1.HeaderClassName
{
color: #505A42;
}
.AnyTagClassName
{
color: #505A42;
}
</style>
background-color css
<style>
a { background-color: #505A42; }
a { background-color: rgb(80,90,66); }
div.DivClassName
{
background-color: #505A42;
}
.BgClassName
{
background-color: #505A42;
}
</style>
border-color css
<style>
span { border-color: #505A42; }
span { border-color: rgb(80,90,66); }
td.TdClassName
{
border-color: #505A42;
}
.TagClassName
{
border-color: #505A42;
}
</style>