#405941

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

Shades of Grey-Asparagus #405941

Tints of Grey-Asparagus #405941

Color information

#405941 (or 0x405941) is unknown color: approx Grey-Asparagus. HEX triplet: 40, 59 and 41. RGB value is (64,89,65). Sum of RGB (Red+Green+Blue) = 64+89+65=218 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.36% from 218); Green value is 89 (35.16% from 255 or 40.83% from 218); Blue value is 65 (25.78% from 255 or 29.82% from 218); Max value from RGB is 89 - color contains mainly: green. Hex color #405941 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405941 is #BFA6BE. Grayscale: #4E4E4E. Windows color (decimal): -12560063 or 4282688. OLE color: 4282688.

HSL color Cylindrical-coordinate representation of color #405941: hue angle of 122.4º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #405941 is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB648965-
CMYK0.2800.270.65
HSL122.4º16.34%30%-
HSV(B)122.4º28.09%34.9%-
XYZ6.648.626.31-
YUV78.79120.22117.45-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.36%
GREEN value IS 89 (35.16% from 255) = 40.83%
BLUE value IS 65 (25.78% from 255) = 29.82%
R=29.36%
G=40.83%
B=29.82%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6489650.2800.270.65122.416.3430
Hex4059411C01B417a101e
Octal100131101340331011722036
Binary10000001011001100000111100011011100000111110101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405941; }

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

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

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

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

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

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

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

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