#505449

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

Shades of Lunar Green #505449

Tints of Lunar Green #505449

Color information

#505449 (or 0x505449) is unknown color: approx Lunar Green. HEX triplet: 50, 54 and 49. RGB value is (80,84,73). Sum of RGB (Red+Green+Blue) = 80+84+73=237 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.76% from 237); Green value is 84 (33.20% from 255 or 35.44% from 237); Blue value is 73 (28.91% from 255 or 30.80% from 237); Max value from RGB is 84 - color contains mainly: green. Hex color #505449 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505449 is #AFABB6. Grayscale: #515151. Windows color (decimal): -11512759 or 4805712. OLE color: 4805712.

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

Color convert

RGB808473-
CMYK0.0500.130.67
HSL81.82º7.01%30.78%-
HSV(B)81.82º13.1%32.94%-
XYZ7.688.537.54-
YUV81.55123.17126.89-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.76%
GREEN value IS 84 (33.20% from 255) = 35.44%
BLUE value IS 73 (28.91% from 255) = 30.80%
R=33.76%
G=35.44%
B=30.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8084730.0500.130.6781.827.0130.78
Hex50544950D435271f
Octal1201241115015103122737
Binary101000010101001001001101011011000011101001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505449; }

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

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

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

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

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

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

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

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