#505347

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

Shades of Lunar Green #505347

Tints of Lunar Green #505347

Color information

#505347 (or 0x505347) is unknown color: approx Lunar Green. HEX triplet: 50, 53 and 47. RGB value is (80,83,71). Sum of RGB (Red+Green+Blue) = 80+83+71=234 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.19% from 234); Green value is 83 (32.81% from 255 or 35.47% from 234); Blue value is 71 (28.12% from 255 or 30.34% from 234); Max value from RGB is 83 - color contains mainly: green. Hex color #505347 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505347 is #AFACB8. Grayscale: #505050. Windows color (decimal): -11513017 or 4674384. OLE color: 4674384.

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

Color convert

RGB808371-
CMYK0.0400.140.67
HSL75º7.79%30.2%-
HSV(B)75º14.46%32.55%-
XYZ7.548.357.18-
YUV80.73122.51127.48-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.19%
GREEN value IS 83 (32.81% from 255) = 35.47%
BLUE value IS 71 (28.12% from 255) = 30.34%
R=34.19%
G=35.47%
B=30.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8083710.0400.140.67757.7930.2
Hex50534740E434b81e
Octal12012310740161031131036
Binary1010000101001110001111000111010000111001011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505347; }

 p { color: rgb(80,83,71); }

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

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

 a { background-color: rgb(80,83,71); }

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

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

 span { border-color: rgb(80,83,71); }

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