#40533D

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

Shades of Grey-Asparagus #40533D

Tints of Grey-Asparagus #40533D

Color information

#40533D (or 0x40533D) is unknown color: approx Grey-Asparagus. HEX triplet: 40, 53 and 3D. RGB value is (64,83,61). Sum of RGB (Red+Green+Blue) = 64+83+61=208 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.77% from 208); Green value is 83 (32.81% from 255 or 39.90% from 208); Blue value is 61 (24.22% from 255 or 29.33% from 208); Max value from RGB is 83 - color contains mainly: green. Hex color #40533D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40533D is #BFACC2. Grayscale: #4A4A4A. Windows color (decimal): -12561603 or 4019008. OLE color: 4019008.

HSL color Cylindrical-coordinate representation of color #40533D: hue angle of 111.82º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #40533D is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB648361-
CMYK0.2300.270.67
HSL111.82º15.28%28.24%-
HSV(B)111.82º26.51%32.55%-
XYZ6.057.615.57-
YUV74.81120.21120.29-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.77%
GREEN value IS 83 (32.81% from 255) = 39.90%
BLUE value IS 61 (24.22% from 255) = 29.33%
R=30.77%
G=39.90%
B=29.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6483610.2300.270.67111.8215.2828.24
Hex40533D1701B4370f1c
Octal10012375270331031601734
Binary100000010100111111011011101101110000111110000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40533D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40533D; }

 p { color: rgb(64,83,61); }

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

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

 a { background-color: rgb(64,83,61); }

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

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

 span { border-color: rgb(64,83,61); }

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