Shades of Lunar Green #51564A
Tints of Lunar Green #51564A
RGB
CMYK
RGB Variations
Color information
#51564A (or 0x51564A) is known color: Lunar Green. HEX triplet: 51, 56 and 4A. RGB value is (81,86,74). Sum of RGB (Red+Green+Blue) = 81+86+74=241 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.61% from 241); Green value is 86 (33.98% from 255 or 35.68% from 241); Blue value is 74 (29.30% from 255 or 30.71% from 241); Max value from RGB is 86 - color contains mainly: green. Hex color #51564A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51564A is #AEA9B5. Grayscale: #535353. Windows color (decimal): -11446710 or 4871761. OLE color: 4871761.
HSL color Cylindrical-coordinate representation of color #51564A: hue angle of 85º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #51564A is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 81 | 86 | 74 | - |
| CMYK | 0.06 | 0 | 0.14 | 0.66 |
| HSL | 85º | 0.08% | 0.31% | - |
| HSV(B) | 85º | 0.14% | 0.34% | - |
| XYZ | 7.96 | 8.9 | 7.78 | - |
| YUV | 83.14 | 122.84 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 86 | 74 | 0.06 | 0 | 0.14 | 0.66 | 85 | 0.08 | 0.31 |
| Hex | 51 | 56 | 4A | 6 | 0 | E | 42 | 55 | 8 | 1F |
| Octal | 121 | 126 | 112 | 6 | 0 | 16 | 102 | 125 | 10 | 37 |
| Binary | 1010001 | 1010110 | 1001010 | 110 | 0 | 1110 | 1000010 | 1010101 | 1000 | 11111 |
Color Harmonies of #51564A
Complementary color
Monochromatic Colors of #51564A
Black with #51564A
Text Example
Text Example
White with #51564A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51564A; }
p { color: rgb(81,86,74); }
H1.HeaderClassName
{
color: #51564A;
}
.AnyTagClassName
{
color: #51564A;
}
</style>
background-color css
<style>
a { background-color: #51564A; }
a { background-color: rgb(81,86,74); }
div.DivClassName
{
background-color: #51564A;
}
.BgClassName
{
background-color: #51564A;
}
</style>
border-color css
<style>
span { border-color: #51564A; }
span { border-color: rgb(81,86,74); }
td.TdClassName
{
border-color: #51564A;
}
.TagClassName
{
border-color: #51564A;
}
</style>