#505742

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

Shades of Lunar Green #505742

Tints of Lunar Green #505742

Color information

#505742 (or 0x505742) is unknown color: approx Lunar Green. HEX triplet: 50, 57 and 42. RGB value is (80,87,66). Sum of RGB (Red+Green+Blue) = 80+87+66=233 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.33% from 233); Green value is 87 (34.38% from 255 or 37.34% from 233); Blue value is 66 (26.17% from 255 or 28.33% from 233); Max value from RGB is 87 - color contains mainly: green. Hex color #505742 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505742 is #AFA8BD. Grayscale: #525252. Windows color (decimal): -11511998 or 4347728. OLE color: 4347728.

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

Color convert

RGB808766-
CMYK0.0800.240.66
HSL80º13.73%30%-
HSV(B)80º24.14%34.12%-
XYZ7.78.926.47-
YUV82.51118.68126.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.33%
GREEN value IS 87 (34.38% from 255) = 37.34%
BLUE value IS 66 (26.17% from 255) = 28.33%
R=34.33%
G=37.34%
B=28.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8087660.0800.240.668013.7330
Hex50574280184250e1e
Octal120127102100301021201636
Binary101000010101111000010100001100010000101010000111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505742; }

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

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

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

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

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

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

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

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