Shades of Lunar Green #50534B
Tints of Lunar Green #50534B
RGB
CMYK
RGB Variations
Color information
#50534B (or 0x50534B) is known color: Lunar Green. HEX triplet: 50, 53 and 4B. RGB value is (80,83,75). Sum of RGB (Red+Green+Blue) = 80+83+75=238 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.61% from 238); Green value is 83 (32.81% from 255 or 34.87% from 238); Blue value is 75 (29.69% from 255 or 31.51% from 238); Max value from RGB is 83 - color contains mainly: green. Hex color #50534B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50534B is #AFACB4. Grayscale: #515151. Windows color (decimal): -11513013 or 4936528. OLE color: 4936528.
HSL color Cylindrical-coordinate representation of color #50534B: hue angle of 82.5º degrees, saturation: 0.05, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #50534B is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 80 | 83 | 75 | - |
| CMYK | 0.04 | 0 | 0.10 | 0.67 |
| HSL | 82.5º | 0.05% | 0.31% | - |
| HSV(B) | 82.5º | 0.1% | 0.33% | - |
| XYZ | 7.67 | 8.4 | 7.87 | - |
| YUV | 81.19 | 124.51 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 83 | 75 | 0.04 | 0 | 0.10 | 0.67 | 82.5 | 0.05 | 0.31 |
| Hex | 50 | 53 | 4B | 4 | 0 | A | 43 | 52 | 5 | 1F |
| Octal | 120 | 123 | 113 | 4 | 0 | 12 | 103 | 122 | 5 | 37 |
| Binary | 1010000 | 1010011 | 1001011 | 100 | 0 | 1010 | 1000011 | 1010010 | 101 | 11111 |
Color Harmonies of #50534B
Complementary color
Monochromatic Colors of #50534B
Black with #50534B
Text Example
Text Example
White with #50534B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50534B; }
p { color: rgb(80,83,75); }
H1.HeaderClassName
{
color: #50534B;
}
.AnyTagClassName
{
color: #50534B;
}
</style>
background-color css
<style>
a { background-color: #50534B; }
a { background-color: rgb(80,83,75); }
div.DivClassName
{
background-color: #50534B;
}
.BgClassName
{
background-color: #50534B;
}
</style>
border-color css
<style>
span { border-color: #50534B; }
span { border-color: rgb(80,83,75); }
td.TdClassName
{
border-color: #50534B;
}
.TagClassName
{
border-color: #50534B;
}
</style>