#515840

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

Shades of Lunar Green #515840

Tints of Lunar Green #515840

Color information

#515840 (or 0x515840) is unknown color: approx Lunar Green. HEX triplet: 51, 58 and 40. RGB value is (81,88,64). Sum of RGB (Red+Green+Blue) = 81+88+64=233 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.76% from 233); Green value is 88 (34.77% from 255 or 37.77% from 233); Blue value is 64 (25.39% from 255 or 27.47% from 233); Max value from RGB is 88 - color contains mainly: green. Hex color #515840 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515840 is #AEA7BF. Grayscale: #535353. Windows color (decimal): -11446208 or 4216913. OLE color: 4216913.

HSL color Cylindrical-coordinate representation of color #515840: hue angle of 77.5º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #515840 is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB818864-
CMYK0.0800.270.65
HSL77.5º15.79%29.8%-
HSV(B)77.5º27.27%34.51%-
XYZ7.819.16.2-
YUV83.17117.18126.45-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.76%
GREEN value IS 88 (34.77% from 255) = 37.77%
BLUE value IS 64 (25.39% from 255) = 27.47%
R=34.76%
G=37.77%
B=27.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8188640.0800.270.6577.515.7929.8
Hex515840801B414e101e
Octal121130100100331011162036
Binary1010001101100010000001000011011100000110011101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515840; }

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

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

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

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

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

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

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

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