#505645

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

Shades of Lunar Green #505645

Tints of Lunar Green #505645

Color information

#505645 (or 0x505645) is unknown color: approx Lunar Green. HEX triplet: 50, 56 and 45. RGB value is (80,86,69). Sum of RGB (Red+Green+Blue) = 80+86+69=235 (31% of max value = 765). Red value is 80 (31.64% from 255 or 34.04% from 235); Green value is 86 (33.98% from 255 or 36.60% from 235); Blue value is 69 (27.34% from 255 or 29.36% from 235); Max value from RGB is 86 - color contains mainly: green. Hex color #505645 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505645 is #AFA9BA. Grayscale: #525252. Windows color (decimal): -11512251 or 4544080. OLE color: 4544080.

HSL color Cylindrical-coordinate representation of color #505645: hue angle of 81.18º 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 #505645 is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.66.

Color convert

RGB808669-
CMYK0.0700.200.66
HSL81.18º10.97%30.39%-
HSV(B)81.18º19.77%33.73%-
XYZ7.718.796.92-
YUV82.27120.51126.38-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.04%
GREEN value IS 86 (33.98% from 255) = 36.60%
BLUE value IS 69 (27.34% from 255) = 29.36%
R=34.04%
G=36.60%
B=29.36%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8086690.0700.200.6681.1810.9730.39
Hex50564570144251b1e
Octal12012610570241021211336
Binary10100001010110100010111101010010000101010001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505645; }

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

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

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

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

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

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

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

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