Shades of Lunar Green #51534C
Tints of Lunar Green #51534C
RGB
CMYK
RGB Variations
Color information
#51534C (or 0x51534C) is known color: Lunar Green. HEX triplet: 51, 53 and 4C. RGB value is (81,83,76). Sum of RGB (Red+Green+Blue) = 81+83+76=240 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.75% from 240); Green value is 83 (32.81% from 255 or 34.58% from 240); Blue value is 76 (30.08% from 255 or 31.67% from 240); Max value from RGB is 83 - color contains mainly: green. Hex color #51534C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51534C is #AEACB3. Grayscale: #515151. Windows color (decimal): -11447476 or 5002065. OLE color: 5002065.
HSL color Cylindrical-coordinate representation of color #51534C: hue angle of 77.14º degrees, saturation: 0.04, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #51534C is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 81 | 83 | 76 | - |
| CMYK | 0.02 | 0 | 0.08 | 0.67 |
| HSL | 77.14º | 0.04% | 0.31% | - |
| HSV(B) | 77.14º | 0.08% | 0.33% | - |
| XYZ | 7.79 | 8.46 | 8.06 | - |
| YUV | 81.6 | 124.84 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 83 | 76 | 0.02 | 0 | 0.08 | 0.67 | 77.14 | 0.04 | 0.31 |
| Hex | 51 | 53 | 4C | 2 | 0 | 8 | 43 | 4D | 4 | 1F |
| Octal | 121 | 123 | 114 | 2 | 0 | 10 | 103 | 115 | 4 | 37 |
| Binary | 1010001 | 1010011 | 1001100 | 10 | 0 | 1000 | 1000011 | 1001101 | 100 | 11111 |
Color Harmonies of #51534C
Complementary color
Monochromatic Colors of #51534C
Black with #51534C
Text Example
Text Example
White with #51534C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51534C; }
p { color: rgb(81,83,76); }
H1.HeaderClassName
{
color: #51534C;
}
.AnyTagClassName
{
color: #51534C;
}
</style>
background-color css
<style>
a { background-color: #51534C; }
a { background-color: rgb(81,83,76); }
div.DivClassName
{
background-color: #51534C;
}
.BgClassName
{
background-color: #51534C;
}
</style>
border-color css
<style>
span { border-color: #51534C; }
span { border-color: rgb(81,83,76); }
td.TdClassName
{
border-color: #51534C;
}
.TagClassName
{
border-color: #51534C;
}
</style>