#404D3D

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

Shades of Grey-Asparagus #404D3D

Tints of Grey-Asparagus #404D3D

Color information

#404D3D (or 0x404D3D) is unknown color: approx Grey-Asparagus. HEX triplet: 40, 4D and 3D. RGB value is (64,77,61). Sum of RGB (Red+Green+Blue) = 64+77+61=202 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.68% from 202); Green value is 77 (30.47% from 255 or 38.12% from 202); Blue value is 61 (24.22% from 255 or 30.20% from 202); Max value from RGB is 77 - color contains mainly: green. Hex color #404D3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #404D3D is #BFB2C2. Grayscale: #474747. Windows color (decimal): -12563139 or 4017472. OLE color: 4017472.

HSL color Cylindrical-coordinate representation of color #404D3D: hue angle of 108.75º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #404D3D is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.70.

Color convert

RGB647761-
CMYK0.1700.210.70
HSL108.75º11.59%27.06%-
HSV(B)108.75º20.78%30.2%-
XYZ5.616.735.42-
YUV71.29122.19122.8-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.68%
GREEN value IS 77 (30.47% from 255) = 38.12%
BLUE value IS 61 (24.22% from 255) = 30.20%
R=31.68%
G=38.12%
B=30.20%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6477610.1700.210.70108.7511.5927.06
Hex404D3D11015466dc1b
Octal10011575210251061551433
Binary100000010011011111011000101010110001101101101110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404D3D; }

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

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

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

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

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

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

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

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