#515645

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

Shades of Lunar Green #515645

Tints of Lunar Green #515645

Color information

#515645 (or 0x515645) is unknown color: approx Lunar Green. HEX triplet: 51, 56 and 45. RGB value is (81,86,69). Sum of RGB (Red+Green+Blue) = 81+86+69=236 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.32% from 236); Green value is 86 (33.98% from 255 or 36.44% from 236); Blue value is 69 (27.34% from 255 or 29.24% from 236); Max value from RGB is 86 - color contains mainly: green. Hex color #515645 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515645 is #AEA9BA. Grayscale: #525252. Windows color (decimal): -11446715 or 4544081. OLE color: 4544081.

HSL color Cylindrical-coordinate representation of color #515645: hue angle of 77.65º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #515645 is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.66.

Color convert

RGB818669-
CMYK0.0600.200.66
HSL77.65º10.97%30.39%-
HSV(B)77.65º19.77%33.73%-
XYZ7.88.836.92-
YUV82.57120.34126.88-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.32%
GREEN value IS 86 (33.98% from 255) = 36.44%
BLUE value IS 69 (27.34% from 255) = 29.24%
R=34.32%
G=36.44%
B=29.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8186690.0600.200.6677.6510.9730.39
Hex5156456014424eb1e
Octal12112610560241021161336
Binary10100011010110100010111001010010000101001110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515645; }

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

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

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

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

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

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

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

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