#505446

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

Shades of Lunar Green #505446

Tints of Lunar Green #505446

Color information

#505446 (or 0x505446) is unknown color: approx Lunar Green. HEX triplet: 50, 54 and 46. RGB value is (80,84,70). Sum of RGB (Red+Green+Blue) = 80+84+70=234 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.19% from 234); Green value is 84 (33.20% from 255 or 35.90% from 234); Blue value is 70 (27.73% from 255 or 29.91% from 234); Max value from RGB is 84 - color contains mainly: green. Hex color #505446 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505446 is #AFABB9. Grayscale: #515151. Windows color (decimal): -11512762 or 4609104. OLE color: 4609104.

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

Color convert

RGB808470-
CMYK0.0500.170.67
HSL77.14º9.09%30.2%-
HSV(B)77.14º16.67%32.94%-
XYZ7.588.497.03-
YUV81.21121.67127.14-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.19%
GREEN value IS 84 (33.20% from 255) = 35.90%
BLUE value IS 70 (27.73% from 255) = 29.91%
R=34.19%
G=35.90%
B=29.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8084700.0500.170.6777.149.0930.2
Hex5054465011434d91e
Octal12012410650211031151136
Binary10100001010100100011010101000110000111001101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505446; }

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

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

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

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

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

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

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

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