#405A41

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

Shades of Grey-Asparagus #405A41

Tints of Grey-Asparagus #405A41

Color information

#405A41 (or 0x405A41) is unknown color: approx Grey-Asparagus. HEX triplet: 40, 5A and 41. RGB value is (64,90,65). Sum of RGB (Red+Green+Blue) = 64+90+65=219 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.22% from 219); Green value is 90 (35.55% from 255 or 41.10% from 219); Blue value is 65 (25.78% from 255 or 29.68% from 219); Max value from RGB is 90 - color contains mainly: green. Hex color #405A41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405A41 is #BFA5BE. Grayscale: #4F4F4F. Windows color (decimal): -12559807 or 4282944. OLE color: 4282944.

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

Color convert

RGB649065-
CMYK0.2900.280.65
HSL122.31º16.88%30.2%-
HSV(B)122.31º28.89%35.29%-
XYZ6.728.786.34-
YUV79.38119.89117.03-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.22%
GREEN value IS 90 (35.55% from 255) = 41.10%
BLUE value IS 65 (25.78% from 255) = 29.68%
R=29.22%
G=41.10%
B=29.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6490650.2900.280.65122.3116.8830.2
Hex405A411D01C417a111e
Octal100132101350341011722136
Binary10000001011010100000111101011100100000111110101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405A41; }

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

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

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

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

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

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

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

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