#505642

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

Shades of Lunar Green #505642

Tints of Lunar Green #505642

Color information

#505642 (or 0x505642) is unknown color: approx Lunar Green. HEX triplet: 50, 56 and 42. RGB value is (80,86,66). Sum of RGB (Red+Green+Blue) = 80+86+66=232 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.48% from 232); Green value is 86 (33.98% from 255 or 37.07% from 232); Blue value is 66 (26.17% from 255 or 28.45% from 232); Max value from RGB is 86 - color contains mainly: green. Hex color #505642 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505642 is #AFA9BD. Grayscale: #525252. Windows color (decimal): -11512254 or 4347472. OLE color: 4347472.

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

Color convert

RGB808666-
CMYK0.0700.230.66
HSL78º13.16%29.8%-
HSV(B)78º23.26%33.73%-
XYZ7.628.756.44-
YUV81.93119.01126.63-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.48%
GREEN value IS 86 (33.98% from 255) = 37.07%
BLUE value IS 66 (26.17% from 255) = 28.45%
R=34.48%
G=37.07%
B=28.45%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8086660.0700.230.667813.1629.8
Hex5056427017424ed1e
Octal12012610270271021161536
Binary10100001010110100001011101011110000101001110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505642; }

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

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

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

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

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

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

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

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