#505443

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

Shades of Lunar Green #505443

Tints of Lunar Green #505443

Color information

#505443 (or 0x505443) is unknown color: approx Lunar Green. HEX triplet: 50, 54 and 43. RGB value is (80,84,67). Sum of RGB (Red+Green+Blue) = 80+84+67=231 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.63% from 231); Green value is 84 (33.20% from 255 or 36.36% from 231); Blue value is 67 (26.56% from 255 or 29.00% from 231); Max value from RGB is 84 - color contains mainly: green. Hex color #505443 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505443 is #AFABBC. Grayscale: #505050. Windows color (decimal): -11512765 or 4412496. OLE color: 4412496.

HSL color Cylindrical-coordinate representation of color #505443: hue angle of 74.12º 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 #505443 is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB808467-
CMYK0.0500.200.67
HSL74.12º11.26%29.61%-
HSV(B)74.12º20.24%32.94%-
XYZ7.498.456.55-
YUV80.87120.17127.38-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.63%
GREEN value IS 84 (33.20% from 255) = 36.36%
BLUE value IS 67 (26.56% from 255) = 29.00%
R=34.63%
G=36.36%
B=29.00%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8084670.0500.200.6774.1211.2629.61
Hex5054435014434ab1e
Octal12012410350241031121336
Binary10100001010100100001110101010010000111001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505443; }

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

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

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

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

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

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

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

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