#40523E

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

Shades of Grey-Asparagus #40523E

Tints of Grey-Asparagus #40523E

Color information

#40523E (or 0x40523E) is unknown color: approx Grey-Asparagus. HEX triplet: 40, 52 and 3E. RGB value is (64,82,62). Sum of RGB (Red+Green+Blue) = 64+82+62=208 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.77% from 208); Green value is 82 (32.42% from 255 or 39.42% from 208); Blue value is 62 (24.61% from 255 or 29.81% from 208); Max value from RGB is 82 - color contains mainly: green. Hex color #40523E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40523E is #BFADC1. Grayscale: #4A4A4A. Windows color (decimal): -12561858 or 4084288. OLE color: 4084288.

HSL color Cylindrical-coordinate representation of color #40523E: hue angle of 114º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #40523E is Cyan = 0.22, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.68.

Color convert

RGB648262-
CMYK0.2200.240.68
HSL114º13.89%28.24%-
HSV(B)114º24.39%32.16%-
XYZ67.475.68-
YUV74.34121.04120.63-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.77%
GREEN value IS 82 (32.42% from 255) = 39.42%
BLUE value IS 62 (24.61% from 255) = 29.81%
R=30.77%
G=39.42%
B=29.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6482620.2200.240.6811413.8928.24
Hex40523E160184472e1c
Octal10012276260301041621634
Binary100000010100101111101011001100010001001110010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40523E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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