#40593D

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

Shades of Grey-Asparagus #40593D

Tints of Grey-Asparagus #40593D

Color information

#40593D (or 0x40593D) is unknown color: approx Grey-Asparagus. HEX triplet: 40, 59 and 3D. RGB value is (64,89,61). Sum of RGB (Red+Green+Blue) = 64+89+61=214 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.91% from 214); Green value is 89 (35.16% from 255 or 41.59% from 214); Blue value is 61 (24.22% from 255 or 28.50% from 214); Max value from RGB is 89 - color contains mainly: green. Hex color #40593D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40593D is #BFA6C2. Grayscale: #4E4E4E. Windows color (decimal): -12560067 or 4020544. OLE color: 4020544.

HSL color Cylindrical-coordinate representation of color #40593D: hue angle of 113.57º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #40593D is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.65.

Color convert

RGB648961-
CMYK0.2800.310.65
HSL113.57º18.67%29.41%-
HSV(B)113.57º31.46%34.9%-
XYZ6.538.575.73-
YUV78.33118.22117.78-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.91%
GREEN value IS 89 (35.16% from 255) = 41.59%
BLUE value IS 61 (24.22% from 255) = 28.50%
R=29.91%
G=41.59%
B=28.50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6489610.2800.310.65113.5718.6729.41
Hex40593D1C01F4172131d
Octal10013175340371011622335
Binary1000000101100111110111100011111100000111100101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40593D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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