#505744

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

Shades of Lunar Green #505744

Tints of Lunar Green #505744

Color information

#505744 (or 0x505744) is unknown color: approx Lunar Green. HEX triplet: 50, 57 and 44. RGB value is (80,87,68). Sum of RGB (Red+Green+Blue) = 80+87+68=235 (31% of max value = 765). Red value is 80 (31.64% from 255 or 34.04% from 235); Green value is 87 (34.38% from 255 or 37.02% from 235); Blue value is 68 (26.95% from 255 or 28.94% from 235); Max value from RGB is 87 - color contains mainly: green. Hex color #505744 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505744 is #AFA8BB. Grayscale: #525252. Windows color (decimal): -11511996 or 4478800. OLE color: 4478800.

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

Color convert

RGB808768-
CMYK0.0800.220.66
HSL82.11º12.26%30.39%-
HSV(B)82.11º21.84%34.12%-
XYZ7.768.946.79-
YUV82.74119.68126.04-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.04%
GREEN value IS 87 (34.38% from 255) = 37.02%
BLUE value IS 68 (26.95% from 255) = 28.94%
R=34.04%
G=37.02%
B=28.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8087680.0800.220.6682.1112.2630.39
Hex50574480164252c1e
Octal120127104100261021221436
Binary101000010101111000100100001011010000101010010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505744; }

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

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

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

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

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

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

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

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