#505549

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

Shades of Lunar Green #505549

Tints of Lunar Green #505549

Color information

#505549 (or 0x505549) is unknown color: approx Lunar Green. HEX triplet: 50, 55 and 49. RGB value is (80,85,73). Sum of RGB (Red+Green+Blue) = 80+85+73=238 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.61% from 238); Green value is 85 (33.59% from 255 or 35.71% from 238); Blue value is 73 (28.91% from 255 or 30.67% from 238); Max value from RGB is 85 - color contains mainly: green. Hex color #505549 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505549 is #AFAAB6. Grayscale: #525252. Windows color (decimal): -11512503 or 4805968. OLE color: 4805968.

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

Color convert

RGB808573-
CMYK0.0600.140.67
HSL85º7.59%30.98%-
HSV(B)85º14.12%33.33%-
XYZ7.768.687.57-
YUV82.14122.84126.48-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.61%
GREEN value IS 85 (33.59% from 255) = 35.71%
BLUE value IS 73 (28.91% from 255) = 30.67%
R=33.61%
G=35.71%
B=30.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8085730.0600.140.67857.5930.98
Hex50554960E435581f
Octal12012511160161031251037
Binary1010000101010110010011100111010000111010101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505549; }

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

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

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

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

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

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

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

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