Shades of Lunar Green #51544A
Tints of Lunar Green #51544A
RGB
CMYK
RGB Variations
Color information
#51544A (or 0x51544A) is known color: Lunar Green. HEX triplet: 51, 54 and 4A. RGB value is (81,84,74). Sum of RGB (Red+Green+Blue) = 81+84+74=239 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.89% from 239); Green value is 84 (33.20% from 255 or 35.15% from 239); Blue value is 74 (29.30% from 255 or 30.96% from 239); Max value from RGB is 84 - color contains mainly: green. Hex color #51544A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51544A is #AEABB5. Grayscale: #525252. Windows color (decimal): -11447222 or 4871249. OLE color: 4871249.
HSL color Cylindrical-coordinate representation of color #51544A: hue angle of 78º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #51544A is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 81 | 84 | 74 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.67 |
| HSL | 78º | 0.06% | 0.31% | - |
| HSV(B) | 78º | 0.12% | 0.33% | - |
| XYZ | 7.8 | 8.58 | 7.72 | - |
| YUV | 81.96 | 123.51 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 84 | 74 | 0.04 | 0 | 0.12 | 0.67 | 78 | 0.06 | 0.31 |
| Hex | 51 | 54 | 4A | 4 | 0 | C | 43 | 4E | 6 | 1F |
| Octal | 121 | 124 | 112 | 4 | 0 | 14 | 103 | 116 | 6 | 37 |
| Binary | 1010001 | 1010100 | 1001010 | 100 | 0 | 1100 | 1000011 | 1001110 | 110 | 11111 |
Color Harmonies of #51544A
Complementary color
Monochromatic Colors of #51544A
Black with #51544A
Text Example
Text Example
White with #51544A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51544A; }
p { color: rgb(81,84,74); }
H1.HeaderClassName
{
color: #51544A;
}
.AnyTagClassName
{
color: #51544A;
}
</style>
background-color css
<style>
a { background-color: #51544A; }
a { background-color: rgb(81,84,74); }
div.DivClassName
{
background-color: #51544A;
}
.BgClassName
{
background-color: #51544A;
}
</style>
border-color css
<style>
span { border-color: #51544A; }
span { border-color: rgb(81,84,74); }
td.TdClassName
{
border-color: #51544A;
}
.TagClassName
{
border-color: #51544A;
}
</style>