#505942

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

Shades of Lunar Green #505942

Tints of Lunar Green #505942

Color information

#505942 (or 0x505942) is unknown color: approx Lunar Green. HEX triplet: 50, 59 and 42. RGB value is (80,89,66). Sum of RGB (Red+Green+Blue) = 80+89+66=235 (31% of max value = 765). Red value is 80 (31.64% from 255 or 34.04% from 235); Green value is 89 (35.16% from 255 or 37.87% from 235); Blue value is 66 (26.17% from 255 or 28.09% from 235); Max value from RGB is 89 - color contains mainly: green. Hex color #505942 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505942 is #AFA6BD. Grayscale: #535353. Windows color (decimal): -11511486 or 4348240. OLE color: 4348240.

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

Color convert

RGB808966-
CMYK0.1000.260.65
HSL83.48º14.84%30.39%-
HSV(B)83.48º25.84%34.9%-
XYZ7.869.246.52-
YUV83.69118.02125.37-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.04%
GREEN value IS 89 (35.16% from 255) = 37.87%
BLUE value IS 66 (26.17% from 255) = 28.09%
R=34.04%
G=37.87%
B=28.09%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8089660.1000.260.6583.4814.8430.39
Hex505942A01A4153f1e
Octal120131102120321011231736
Binary101000010110011000010101001101010000011010011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505942; }

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

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

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

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

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

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

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

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