Shades of Lunar Green #51573E
Tints of Lunar Green #51573E
RGB
CMYK
RGB Variations
Color information
#51573E (or 0x51573E) is known color: Lunar Green. HEX triplet: 51, 57 and 3E. RGB value is (81,87,62). Sum of RGB (Red+Green+Blue) = 81+87+62=230 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.22% from 230); Green value is 87 (34.38% from 255 or 37.83% from 230); Blue value is 62 (24.61% from 255 or 26.96% from 230); Max value from RGB is 87 - color contains mainly: green. Hex color #51573E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51573E is #AEA8C1. Grayscale: #525252. Windows color (decimal): -11446466 or 4085585. OLE color: 4085585.
HSL color Cylindrical-coordinate representation of color #51573E: hue angle of 74.4º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #51573E is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 81 | 87 | 62 | - |
| CMYK | 0.07 | 0 | 0.29 | 0.66 |
| HSL | 74.4º | 0.17% | 0.29% | - |
| HSV(B) | 74.4º | 0.29% | 0.34% | - |
| XYZ | 7.67 | 8.91 | 5.87 | - |
| YUV | 82.36 | 116.51 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 87 | 62 | 0.07 | 0 | 0.29 | 0.66 | 74.4 | 0.17 | 0.29 |
| Hex | 51 | 57 | 3E | 7 | 0 | 1D | 42 | 4A | 11 | 1D |
| Octal | 121 | 127 | 76 | 7 | 0 | 35 | 102 | 112 | 21 | 35 |
| Binary | 1010001 | 1010111 | 111110 | 111 | 0 | 11101 | 1000010 | 1001010 | 10001 | 11101 |
Color Harmonies of #51573E
Complementary color
Monochromatic Colors of #51573E
Black with #51573E
Text Example
Text Example
White with #51573E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51573E; }
p { color: rgb(81,87,62); }
H1.HeaderClassName
{
color: #51573E;
}
.AnyTagClassName
{
color: #51573E;
}
</style>
background-color css
<style>
a { background-color: #51573E; }
a { background-color: rgb(81,87,62); }
div.DivClassName
{
background-color: #51573E;
}
.BgClassName
{
background-color: #51573E;
}
</style>
border-color css
<style>
span { border-color: #51573E; }
span { border-color: rgb(81,87,62); }
td.TdClassName
{
border-color: #51573E;
}
.TagClassName
{
border-color: #51573E;
}
</style>