#40543E

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

Shades of Grey-Asparagus #40543E

Tints of Grey-Asparagus #40543E

Color information

#40543E (or 0x40543E) is unknown color: approx Grey-Asparagus. HEX triplet: 40, 54 and 3E. RGB value is (64,84,62). Sum of RGB (Red+Green+Blue) = 64+84+62=210 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.48% from 210); Green value is 84 (33.20% from 255 or 40% from 210); Blue value is 62 (24.61% from 255 or 29.52% from 210); Max value from RGB is 84 - color contains mainly: green. Hex color #40543E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40543E is #BFABC1. Grayscale: #4B4B4B. Windows color (decimal): -12561346 or 4084800. OLE color: 4084800.

HSL color Cylindrical-coordinate representation of color #40543E: hue angle of 114.55º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #40543E is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.67.

Color convert

RGB648462-
CMYK0.2400.260.67
HSL114.55º15.07%28.63%-
HSV(B)114.55º26.19%32.94%-
XYZ6.157.785.73-
YUV75.51120.37119.79-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.48%
GREEN value IS 84 (33.20% from 255) = 40%
BLUE value IS 62 (24.61% from 255) = 29.52%
R=30.48%
G=40%
B=29.52%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6484620.2400.260.67114.5515.0728.63
Hex40543E1801A4373f1d
Octal10012476300321031631735
Binary100000010101001111101100001101010000111110011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40543E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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