#40503E

Color #40503E Grey-Asparagus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey-Asparagus #40503E

Tints of Grey-Asparagus #40503E

Color information

#40503E (or 0x40503E) is unknown color: approx Grey-Asparagus. HEX triplet: 40, 50 and 3E. RGB value is (64,80,62). Sum of RGB (Red+Green+Blue) = 64+80+62=206 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.07% from 206); Green value is 80 (31.64% from 255 or 38.83% from 206); Blue value is 62 (24.61% from 255 or 30.10% from 206); Max value from RGB is 80 - color contains mainly: green. Hex color #40503E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40503E is #BFAFC1. Grayscale: #494949. Windows color (decimal): -12562370 or 4083776. OLE color: 4083776.

HSL color Cylindrical-coordinate representation of color #40503E: hue angle of 113.33º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #40503E is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.

Color convert

RGB648062-
CMYK0.2000.220.69
HSL113.33º12.68%27.84%-
HSV(B)113.33º22.5%31.37%-
XYZ5.857.185.63-
YUV73.16121.7121.46-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.07%
GREEN value IS 80 (31.64% from 255) = 38.83%
BLUE value IS 62 (24.61% from 255) = 30.10%
R=31.07%
G=38.83%
B=30.10%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6480620.2000.220.69113.3312.6827.84
Hex40503E140164571d1c
Octal10012076240261051611534
Binary100000010100001111101010001011010001011110001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40503E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40503E; }

 p { color: rgb(64,80,62); }

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

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

 a { background-color: rgb(64,80,62); }

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

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

 span { border-color: rgb(64,80,62); }

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