#40563E

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

Shades of Grey-Asparagus #40563E

Tints of Grey-Asparagus #40563E

Color information

#40563E (or 0x40563E) is unknown color: approx Grey-Asparagus. HEX triplet: 40, 56 and 3E. RGB value is (64,86,62). Sum of RGB (Red+Green+Blue) = 64+86+62=212 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.19% from 212); Green value is 86 (33.98% from 255 or 40.57% from 212); Blue value is 62 (24.61% from 255 or 29.25% from 212); Max value from RGB is 86 - color contains mainly: green. Hex color #40563E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40563E is #BFA9C1. Grayscale: #4C4C4C. Windows color (decimal): -12560834 or 4085312. OLE color: 4085312.

HSL color Cylindrical-coordinate representation of color #40563E: hue angle of 115º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #40563E is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.66.

Color convert

RGB648662-
CMYK0.2600.280.66
HSL115º16.22%29.02%-
HSV(B)115º27.91%33.73%-
XYZ6.318.095.79-
YUV76.69119.71118.95-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.19%
GREEN value IS 86 (33.98% from 255) = 40.57%
BLUE value IS 62 (24.61% from 255) = 29.25%
R=30.19%
G=40.57%
B=29.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6486620.2600.280.6611516.2229.02
Hex40563E1A01C4273101d
Octal10012676320341021632035
Binary1000000101011011111011010011100100001011100111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40563E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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