#505644

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

Shades of Lunar Green #505644

Tints of Lunar Green #505644

Color information

#505644 (or 0x505644) is unknown color: approx Lunar Green. HEX triplet: 50, 56 and 44. RGB value is (80,86,68). Sum of RGB (Red+Green+Blue) = 80+86+68=234 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.19% from 234); Green value is 86 (33.98% from 255 or 36.75% from 234); Blue value is 68 (26.95% from 255 or 29.06% from 234); Max value from RGB is 86 - color contains mainly: green. Hex color #505644 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505644 is #AFA9BB. Grayscale: #525252. Windows color (decimal): -11512252 or 4478544. OLE color: 4478544.

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

Color convert

RGB808668-
CMYK0.0700.210.66
HSL80º11.69%30.2%-
HSV(B)80º20.93%33.73%-
XYZ7.688.786.76-
YUV82.15120.01126.46-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.19%
GREEN value IS 86 (33.98% from 255) = 36.75%
BLUE value IS 68 (26.95% from 255) = 29.06%
R=34.19%
G=36.75%
B=29.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8086680.0700.210.668011.6930.2
Hex50564470154250c1e
Octal12012610470251021201436
Binary10100001010110100010011101010110000101010000110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505644; }

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

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

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

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

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

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

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

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