#505943

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

Shades of Lunar Green #505943

Tints of Lunar Green #505943

Color information

#505943 (or 0x505943) is unknown color: approx Lunar Green. HEX triplet: 50, 59 and 43. RGB value is (80,89,67). Sum of RGB (Red+Green+Blue) = 80+89+67=236 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.90% from 236); Green value is 89 (35.16% from 255 or 37.71% from 236); Blue value is 67 (26.56% from 255 or 28.39% from 236); Max value from RGB is 89 - color contains mainly: green. Hex color #505943 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505943 is #AFA6BC. Grayscale: #535353. Windows color (decimal): -11511485 or 4413776. OLE color: 4413776.

HSL color Cylindrical-coordinate representation of color #505943: hue angle of 84.55º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #505943 is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.65.

Color convert

RGB808967-
CMYK0.1000.250.65
HSL84.55º14.1%30.59%-
HSV(B)84.55º24.72%34.9%-
XYZ7.899.266.68-
YUV83.8118.52125.29-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.90%
GREEN value IS 89 (35.16% from 255) = 37.71%
BLUE value IS 67 (26.56% from 255) = 28.39%
R=33.90%
G=37.71%
B=28.39%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8089670.1000.250.6584.5514.130.59
Hex505943A0194155e1f
Octal120131103120311011251637
Binary101000010110011000011101001100110000011010101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505943; }

 p { color: rgb(80,89,67); }

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

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

 a { background-color: rgb(80,89,67); }

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

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

 span { border-color: rgb(80,89,67); }

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