#505941

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

Shades of Lunar Green #505941

Tints of Lunar Green #505941

Color information

#505941 (or 0x505941) is unknown color: approx Lunar Green. HEX triplet: 50, 59 and 41. RGB value is (80,89,65). Sum of RGB (Red+Green+Blue) = 80+89+65=234 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.19% from 234); Green value is 89 (35.16% from 255 or 38.03% from 234); Blue value is 65 (25.78% from 255 or 27.78% from 234); Max value from RGB is 89 - color contains mainly: green. Hex color #505941 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505941 is #AFA6BE. Grayscale: #535353. Windows color (decimal): -11511487 or 4282704. OLE color: 4282704.

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

Color convert

RGB808965-
CMYK0.1000.270.65
HSL82.5º15.58%30.2%-
HSV(B)82.5º26.97%34.9%-
XYZ7.839.236.37-
YUV83.57117.52125.45-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.19%
GREEN value IS 89 (35.16% from 255) = 38.03%
BLUE value IS 65 (25.78% from 255) = 27.78%
R=34.19%
G=38.03%
B=27.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8089650.1000.270.6582.515.5830.2
Hex505941A01B4152101e
Octal120131101120331011222036
Binary1010000101100110000011010011011100000110100101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505941; }

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

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

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

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

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

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

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

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