#40503C

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

Shades of Grey-Asparagus #40503C

Tints of Grey-Asparagus #40503C

Color information

#40503C (or 0x40503C) is unknown color: approx Grey-Asparagus. HEX triplet: 40, 50 and 3C. RGB value is (64,80,60). Sum of RGB (Red+Green+Blue) = 64+80+60=204 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.37% from 204); Green value is 80 (31.64% from 255 or 39.22% from 204); Blue value is 60 (23.83% from 255 or 29.41% from 204); Max value from RGB is 80 - color contains mainly: green. Hex color #40503C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40503C is #BFAFC3. Grayscale: #484848. Windows color (decimal): -12562372 or 3952704. OLE color: 3952704.

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

Color convert

RGB648060-
CMYK0.2000.250.69
HSL108º14.29%27.45%-
HSV(B)108º25%31.37%-
XYZ5.87.155.35-
YUV72.94120.7121.63-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.37%
GREEN value IS 80 (31.64% from 255) = 39.22%
BLUE value IS 60 (23.83% from 255) = 29.41%
R=31.37%
G=39.22%
B=29.41%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6480600.2000.250.6910814.2927.45
Hex40503C14019456ce1b
Octal10012074240311051541633
Binary100000010100001111001010001100110001011101100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40503C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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