#505544

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

Shades of Lunar Green #505544

Tints of Lunar Green #505544

Color information

#505544 (or 0x505544) is unknown color: approx Lunar Green. HEX triplet: 50, 55 and 44. RGB value is (80,85,68). Sum of RGB (Red+Green+Blue) = 80+85+68=233 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.33% from 233); Green value is 85 (33.59% from 255 or 36.48% from 233); Blue value is 68 (26.95% from 255 or 29.18% from 233); Max value from RGB is 85 - color contains mainly: green. Hex color #505544 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505544 is #AFAABB. Grayscale: #515151. Windows color (decimal): -11512508 or 4478288. OLE color: 4478288.

HSL color Cylindrical-coordinate representation of color #505544: hue angle of 77.65º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #505544 is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB808568-
CMYK0.0600.200.67
HSL77.65º11.11%30%-
HSV(B)77.65º20%33.33%-
XYZ7.68.626.73-
YUV81.57120.34126.88-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.33%
GREEN value IS 85 (33.59% from 255) = 36.48%
BLUE value IS 68 (26.95% from 255) = 29.18%
R=34.33%
G=36.48%
B=29.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8085680.0600.200.6777.6511.1130
Hex5055446014434eb1e
Octal12012510460241031161336
Binary10100001010101100010011001010010000111001110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505544; }

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

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

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

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

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

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

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

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