Shades of Lunar Green #51593E
Tints of Lunar Green #51593E
RGB
CMYK
RGB Variations
Color information
#51593E (or 0x51593E) is known color: Lunar Green. HEX triplet: 51, 59 and 3E. RGB value is (81,89,62). Sum of RGB (Red+Green+Blue) = 81+89+62=232 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.91% from 232); Green value is 89 (35.16% from 255 or 38.36% from 232); Blue value is 62 (24.61% from 255 or 26.72% from 232); Max value from RGB is 89 - color contains mainly: green. Hex color #51593E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51593E is #AEA6C1. Grayscale: #535353. Windows color (decimal): -11445954 or 4086097. OLE color: 4086097.
HSL color Cylindrical-coordinate representation of color #51593E: hue angle of 77.78º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #51593E is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 81 | 89 | 62 | - |
| CMYK | 0.09 | 0 | 0.30 | 0.65 |
| HSL | 77.78º | 0.18% | 0.3% | - |
| HSV(B) | 77.78º | 0.3% | 0.35% | - |
| XYZ | 7.84 | 9.24 | 5.93 | - |
| YUV | 83.53 | 115.85 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 89 | 62 | 0.09 | 0 | 0.30 | 0.65 | 77.78 | 0.18 | 0.3 |
| Hex | 51 | 59 | 3E | 9 | 0 | 1E | 41 | 4E | 12 | 1E |
| Octal | 121 | 131 | 76 | 11 | 0 | 36 | 101 | 116 | 22 | 36 |
| Binary | 1010001 | 1011001 | 111110 | 1001 | 0 | 11110 | 1000001 | 1001110 | 10010 | 11110 |
Color Harmonies of #51593E
Complementary color
Monochromatic Colors of #51593E
Black with #51593E
Text Example
Text Example
White with #51593E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51593E; }
p { color: rgb(81,89,62); }
H1.HeaderClassName
{
color: #51593E;
}
.AnyTagClassName
{
color: #51593E;
}
</style>
background-color css
<style>
a { background-color: #51593E; }
a { background-color: rgb(81,89,62); }
div.DivClassName
{
background-color: #51593E;
}
.BgClassName
{
background-color: #51593E;
}
</style>
border-color css
<style>
span { border-color: #51593E; }
span { border-color: rgb(81,89,62); }
td.TdClassName
{
border-color: #51593E;
}
.TagClassName
{
border-color: #51593E;
}
</style>