Shades of Lunar Green #51534E
Tints of Lunar Green #51534E
RGB
CMYK
RGB Variations
Color information
#51534E (or 0x51534E) is known color: Lunar Green. HEX triplet: 51, 53 and 4E. RGB value is (81,83,78). Sum of RGB (Red+Green+Blue) = 81+83+78=242 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.47% from 242); Green value is 83 (32.81% from 255 or 34.30% from 242); Blue value is 78 (30.86% from 255 or 32.23% from 242); Max value from RGB is 83 - color contains mainly: green. Hex color #51534E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51534E is #AEACB1. Grayscale: #515151. Windows color (decimal): -11447474 or 5133137. OLE color: 5133137.
HSL color Cylindrical-coordinate representation of color #51534E: hue angle of 84º degrees, saturation: 0.03, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #51534E is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 81 | 83 | 78 | - |
| CMYK | 0.02 | 0 | 0.06 | 0.67 |
| HSL | 84º | 0.03% | 0.32% | - |
| HSV(B) | 84º | 0.06% | 0.33% | - |
| XYZ | 7.86 | 8.49 | 8.43 | - |
| YUV | 81.83 | 125.84 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 83 | 78 | 0.02 | 0 | 0.06 | 0.67 | 84 | 0.03 | 0.32 |
| Hex | 51 | 53 | 4E | 2 | 0 | 6 | 43 | 54 | 3 | 20 |
| Octal | 121 | 123 | 116 | 2 | 0 | 6 | 103 | 124 | 3 | 40 |
| Binary | 1010001 | 1010011 | 1001110 | 10 | 0 | 110 | 1000011 | 1010100 | 11 | 100000 |
Color Harmonies of #51534E
Complementary color
Monochromatic Colors of #51534E
Black with #51534E
Text Example
Text Example
White with #51534E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51534E; }
p { color: rgb(81,83,78); }
H1.HeaderClassName
{
color: #51534E;
}
.AnyTagClassName
{
color: #51534E;
}
</style>
background-color css
<style>
a { background-color: #51534E; }
a { background-color: rgb(81,83,78); }
div.DivClassName
{
background-color: #51534E;
}
.BgClassName
{
background-color: #51534E;
}
</style>
border-color css
<style>
span { border-color: #51534E; }
span { border-color: rgb(81,83,78); }
td.TdClassName
{
border-color: #51534E;
}
.TagClassName
{
border-color: #51534E;
}
</style>