#515740

Color #515740 Lunar Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lunar Green #515740

Tints of Lunar Green #515740

Color information

#515740 (or 0x515740) is unknown color: approx Lunar Green. HEX triplet: 51, 57 and 40. RGB value is (81,87,64). Sum of RGB (Red+Green+Blue) = 81+87+64=232 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.91% from 232); Green value is 87 (34.38% from 255 or 37.5% from 232); Blue value is 64 (25.39% from 255 or 27.59% from 232); Max value from RGB is 87 - color contains mainly: green. Hex color #515740 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515740 is #AEA8BF. Grayscale: #525252. Windows color (decimal): -11446464 or 4216657. OLE color: 4216657.

HSL color Cylindrical-coordinate representation of color #515740: hue angle of 75.65º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #515740 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB818764-
CMYK0.0700.260.66
HSL75.65º15.23%29.61%-
HSV(B)75.65º26.44%34.12%-
XYZ7.738.946.17-
YUV82.58117.51126.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 81 (32.03% from 255) = 34.91%
GREEN value IS 87 (34.38% from 255) = 37.5%
BLUE value IS 64 (25.39% from 255) = 27.59%
R=34.91%
G=37.5%
B=27.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8187640.0700.260.6675.6515.2329.61
Hex515740701A424cf1e
Octal12112710070321021141736
Binary10100011010111100000011101101010000101001100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515740; }

 p { color: rgb(81,87,64); }

 H1.HeaderClassName
 {
   color: #515740;
 }
 .AnyTagClassName
 {
   color: #515740;
 }
</style>
background-color css

<style>
 a { background-color: #515740; }

 a { background-color: rgb(81,87,64); }

 div.DivClassName
 {
   background-color: #515740;
 }
 .BgClassName
 {
   background-color: #515740;
 }
</style>
border-color css

<style>
 span { border-color: #515740; }

 span { border-color: rgb(81,87,64); }

 td.TdClassName
 {
   border-color: #515740;
 }
 .TagClassName
 {
   border-color: #515740;
 }
</style>