Shades of Lunar Green #515A43
Tints of Lunar Green #515A43
RGB
CMYK
RGB Variations
Color information
#515A43 (or 0x515A43) is known color: Lunar Green. HEX triplet: 51, 5A and 43. RGB value is (81,90,67). Sum of RGB (Red+Green+Blue) = 81+90+67=238 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.03% from 238); Green value is 90 (35.55% from 255 or 37.82% from 238); Blue value is 67 (26.56% from 255 or 28.15% from 238); Max value from RGB is 90 - color contains mainly: green. Hex color #515A43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515A43 is #AEA5BC. Grayscale: #545454. Windows color (decimal): -11445693 or 4414033. OLE color: 4414033.
HSL color Cylindrical-coordinate representation of color #515A43: hue angle of 83.48º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #515A43 is Cyan = 0.1, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 81 | 90 | 67 | - |
| CMYK | 0.1 | 0 | 0.26 | 0.65 |
| HSL | 83.48º | 0.15% | 0.31% | - |
| HSV(B) | 83.48º | 0.26% | 0.35% | - |
| XYZ | 8.06 | 9.47 | 6.71 | - |
| YUV | 84.69 | 118.02 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 90 | 67 | 0.1 | 0 | 0.26 | 0.65 | 83.48 | 0.15 | 0.31 |
| Hex | 51 | 5A | 43 | A | 0 | 1A | 41 | 53 | F | 1F |
| Octal | 121 | 132 | 103 | 12 | 0 | 32 | 101 | 123 | 17 | 37 |
| Binary | 1010001 | 1011010 | 1000011 | 1010 | 0 | 11010 | 1000001 | 1010011 | 1111 | 11111 |
Color Harmonies of #515A43
Complementary color
Monochromatic Colors of #515A43
Black with #515A43
Text Example
Text Example
White with #515A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515A43; }
p { color: rgb(81,90,67); }
H1.HeaderClassName
{
color: #515A43;
}
.AnyTagClassName
{
color: #515A43;
}
</style>
background-color css
<style>
a { background-color: #515A43; }
a { background-color: rgb(81,90,67); }
div.DivClassName
{
background-color: #515A43;
}
.BgClassName
{
background-color: #515A43;
}
</style>
border-color css
<style>
span { border-color: #515A43; }
span { border-color: rgb(81,90,67); }
td.TdClassName
{
border-color: #515A43;
}
.TagClassName
{
border-color: #515A43;
}
</style>