#505445

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

Shades of Lunar Green #505445

Tints of Lunar Green #505445

Color information

#505445 (or 0x505445) is unknown color: approx Lunar Green. HEX triplet: 50, 54 and 45. RGB value is (80,84,69). Sum of RGB (Red+Green+Blue) = 80+84+69=233 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.33% from 233); Green value is 84 (33.20% from 255 or 36.05% from 233); Blue value is 69 (27.34% from 255 or 29.61% from 233); Max value from RGB is 84 - color contains mainly: green. Hex color #505445 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505445 is #AFABBA. Grayscale: #515151. Windows color (decimal): -11512763 or 4543568. OLE color: 4543568.

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

Color convert

RGB808469-
CMYK0.0500.180.67
HSL76º9.8%30%-
HSV(B)76º17.86%32.94%-
XYZ7.558.486.87-
YUV81.09121.17127.22-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.33%
GREEN value IS 84 (33.20% from 255) = 36.05%
BLUE value IS 69 (27.34% from 255) = 29.61%
R=34.33%
G=36.05%
B=29.61%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8084690.0500.180.67769.830
Hex5054455012434ca1e
Octal12012410550221031141236
Binary10100001010100100010110101001010000111001100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505445; }

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

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

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

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

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

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

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

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