#505547

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

Shades of Lunar Green #505547

Tints of Lunar Green #505547

Color information

#505547 (or 0x505547) is unknown color: approx Lunar Green. HEX triplet: 50, 55 and 47. RGB value is (80,85,71). Sum of RGB (Red+Green+Blue) = 80+85+71=236 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.90% from 236); Green value is 85 (33.59% from 255 or 36.02% from 236); Blue value is 71 (28.12% from 255 or 30.08% from 236); Max value from RGB is 85 - color contains mainly: green. Hex color #505547 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505547 is #AFAAB8. Grayscale: #515151. Windows color (decimal): -11512505 or 4674896. OLE color: 4674896.

HSL color Cylindrical-coordinate representation of color #505547: hue angle of 81.43º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #505547 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.67.

Color convert

RGB808571-
CMYK0.0600.160.67
HSL81.43º8.97%30.59%-
HSV(B)81.43º16.47%33.33%-
XYZ7.698.667.23-
YUV81.91121.84126.64-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.90%
GREEN value IS 85 (33.59% from 255) = 36.02%
BLUE value IS 71 (28.12% from 255) = 30.08%
R=33.90%
G=36.02%
B=30.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8085710.0600.160.6781.438.9730.59
Hex5055476010435191f
Octal12012510760201031211137
Binary10100001010101100011111001000010000111010001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505547; }

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

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

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

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

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

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

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

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