#515649

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

Shades of Lunar Green #515649

Tints of Lunar Green #515649

Color information

#515649 (or 0x515649) is unknown color: approx Lunar Green. HEX triplet: 51, 56 and 49. RGB value is (81,86,73). Sum of RGB (Red+Green+Blue) = 81+86+73=240 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.75% from 240); Green value is 86 (33.98% from 255 or 35.83% from 240); Blue value is 73 (28.91% from 255 or 30.42% from 240); Max value from RGB is 86 - color contains mainly: green. Hex color #515649 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515649 is #AEA9B6. Grayscale: #535353. Windows color (decimal): -11446711 or 4806225. OLE color: 4806225.

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

Color convert

RGB818673-
CMYK0.0600.150.66
HSL83.08º8.18%31.18%-
HSV(B)83.08º15.12%33.73%-
XYZ7.928.897.6-
YUV83.02122.34126.56-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.75%
GREEN value IS 86 (33.98% from 255) = 35.83%
BLUE value IS 73 (28.91% from 255) = 30.42%
R=33.75%
G=35.83%
B=30.42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8186730.0600.150.6683.088.1831.18
Hex51564960F425381f
Octal12112611160171021231037
Binary1010001101011010010011100111110000101010011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515649; }

 p { color: rgb(81,86,73); }

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

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

 a { background-color: rgb(81,86,73); }

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

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

 span { border-color: rgb(81,86,73); }

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