Shades of Lunar Green #51603E
Tints of Lunar Green #51603E
RGB
CMYK
RGB Variations
Color information
#51603E (or 0x51603E) is known color: Lunar Green. HEX triplet: 51, 60 and 3E. RGB value is (81,96,62). Sum of RGB (Red+Green+Blue) = 81+96+62=239 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.89% from 239); Green value is 96 (37.89% from 255 or 40.17% from 239); Blue value is 62 (24.61% from 255 or 25.94% from 239); Max value from RGB is 96 - color contains mainly: green. Hex color #51603E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51603E is #AE9FC1. Grayscale: #575757. Windows color (decimal): -11444162 or 4087889. OLE color: 4087889.
HSL color Cylindrical-coordinate representation of color #51603E: hue angle of 86.47º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #51603E is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 81 | 96 | 62 | - |
| CMYK | 0.16 | 0 | 0.35 | 0.62 |
| HSL | 86.47º | 0.22% | 0.31% | - |
| HSV(B) | 86.47º | 0.35% | 0.38% | - |
| XYZ | 8.45 | 10.46 | 6.13 | - |
| YUV | 87.64 | 113.53 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 96 | 62 | 0.16 | 0 | 0.35 | 0.62 | 86.47 | 0.22 | 0.31 |
| Hex | 51 | 60 | 3E | 10 | 0 | 23 | 3E | 56 | 16 | 1F |
| Octal | 121 | 140 | 76 | 20 | 0 | 43 | 76 | 126 | 26 | 37 |
| Binary | 1010001 | 1100000 | 111110 | 10000 | 0 | 100011 | 111110 | 1010110 | 10110 | 11111 |
Color Harmonies of #51603E
Complementary color
Monochromatic Colors of #51603E
Black with #51603E
Text Example
Text Example
White with #51603E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51603E; }
p { color: rgb(81,96,62); }
H1.HeaderClassName
{
color: #51603E;
}
.AnyTagClassName
{
color: #51603E;
}
</style>
background-color css
<style>
a { background-color: #51603E; }
a { background-color: rgb(81,96,62); }
div.DivClassName
{
background-color: #51603E;
}
.BgClassName
{
background-color: #51603E;
}
</style>
border-color css
<style>
span { border-color: #51603E; }
span { border-color: rgb(81,96,62); }
td.TdClassName
{
border-color: #51603E;
}
.TagClassName
{
border-color: #51603E;
}
</style>