#40533C

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

Shades of Grey-Asparagus #40533C

Tints of Grey-Asparagus #40533C

Color information

#40533C (or 0x40533C) is unknown color: approx Grey-Asparagus. HEX triplet: 40, 53 and 3C. RGB value is (64,83,60). Sum of RGB (Red+Green+Blue) = 64+83+60=207 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.92% from 207); Green value is 83 (32.81% from 255 or 40.10% from 207); Blue value is 60 (23.83% from 255 or 28.99% from 207); Max value from RGB is 83 - color contains mainly: green. Hex color #40533C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40533C is #BFACC3. Grayscale: #4A4A4A. Windows color (decimal): -12561604 or 3953472. OLE color: 3953472.

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

Color convert

RGB648360-
CMYK0.2300.280.67
HSL109.57º16.08%28.04%-
HSV(B)109.57º27.71%32.55%-
XYZ6.027.65.42-
YUV74.7119.71120.37-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.92%
GREEN value IS 83 (32.81% from 255) = 40.10%
BLUE value IS 60 (23.83% from 255) = 28.99%
R=30.92%
G=40.10%
B=28.99%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6483600.2300.280.67109.5716.0828.04
Hex40533C1701C436e101c
Octal10012374270341031562034
Binary1000000101001111110010111011100100001111011101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40533C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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