#40573D

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

Shades of Grey-Asparagus #40573D

Tints of Grey-Asparagus #40573D

Color information

#40573D (or 0x40573D) is unknown color: approx Grey-Asparagus. HEX triplet: 40, 57 and 3D. RGB value is (64,87,61). Sum of RGB (Red+Green+Blue) = 64+87+61=212 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.19% from 212); Green value is 87 (34.38% from 255 or 41.04% from 212); Blue value is 61 (24.22% from 255 or 28.77% from 212); Max value from RGB is 87 - color contains mainly: green. Hex color #40573D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40573D is #BFA8C2. Grayscale: #4D4D4D. Windows color (decimal): -12560579 or 4020032. OLE color: 4020032.

HSL color Cylindrical-coordinate representation of color #40573D: hue angle of 113.08º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #40573D is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.66.

Color convert

RGB648761-
CMYK0.2600.300.66
HSL113.08º17.57%29.02%-
HSV(B)113.08º29.89%34.12%-
XYZ6.368.245.67-
YUV77.16118.88118.61-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.19%
GREEN value IS 87 (34.38% from 255) = 41.04%
BLUE value IS 61 (24.22% from 255) = 28.77%
R=30.19%
G=41.04%
B=28.77%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6487610.2600.300.66113.0817.5729.02
Hex40573D1A01E4271121d
Octal10012775320361021612235
Binary1000000101011111110111010011110100001011100011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40573D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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