Shades of Lunar Green #51593F
Tints of Lunar Green #51593F
RGB
CMYK
RGB Variations
Color information
#51593F (or 0x51593F) is known color: Lunar Green. HEX triplet: 51, 59 and 3F. RGB value is (81,89,63). Sum of RGB (Red+Green+Blue) = 81+89+63=233 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.76% from 233); Green value is 89 (35.16% from 255 or 38.20% from 233); Blue value is 63 (25% from 255 or 27.04% from 233); Max value from RGB is 89 - color contains mainly: green. Hex color #51593F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51593F is #AEA6C0. Grayscale: #535353. Windows color (decimal): -11445953 or 4151633. OLE color: 4151633.
HSL color Cylindrical-coordinate representation of color #51593F: hue angle of 78.46º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #51593F is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 81 | 89 | 63 | - |
| CMYK | 0.09 | 0 | 0.29 | 0.65 |
| HSL | 78.46º | 0.17% | 0.3% | - |
| HSV(B) | 78.46º | 0.29% | 0.35% | - |
| XYZ | 7.86 | 9.25 | 6.07 | - |
| YUV | 83.64 | 116.35 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 89 | 63 | 0.09 | 0 | 0.29 | 0.65 | 78.46 | 0.17 | 0.3 |
| Hex | 51 | 59 | 3F | 9 | 0 | 1D | 41 | 4E | 11 | 1E |
| Octal | 121 | 131 | 77 | 11 | 0 | 35 | 101 | 116 | 21 | 36 |
| Binary | 1010001 | 1011001 | 111111 | 1001 | 0 | 11101 | 1000001 | 1001110 | 10001 | 11110 |
Color Harmonies of #51593F
Complementary color
Monochromatic Colors of #51593F
Black with #51593F
Text Example
Text Example
White with #51593F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51593F; }
p { color: rgb(81,89,63); }
H1.HeaderClassName
{
color: #51593F;
}
.AnyTagClassName
{
color: #51593F;
}
</style>
background-color css
<style>
a { background-color: #51593F; }
a { background-color: rgb(81,89,63); }
div.DivClassName
{
background-color: #51593F;
}
.BgClassName
{
background-color: #51593F;
}
</style>
border-color css
<style>
span { border-color: #51593F; }
span { border-color: rgb(81,89,63); }
td.TdClassName
{
border-color: #51593F;
}
.TagClassName
{
border-color: #51593F;
}
</style>