#404D32

Color #404D32 Mallard (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mallard #404D32

Tints of Mallard #404D32

Color information

#404D32 (or 0x404D32) is unknown color: approx Mallard. HEX triplet: 40, 4D and 32. RGB value is (64,77,50). Sum of RGB (Red+Green+Blue) = 64+77+50=191 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.51% from 191); Green value is 77 (30.47% from 255 or 40.31% from 191); Blue value is 50 (19.92% from 255 or 26.18% from 191); Max value from RGB is 77 - color contains mainly: green. Hex color #404D32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #404D32 is #BFB2CD. Grayscale: #464646. Windows color (decimal): -12563150 or 3296576. OLE color: 3296576.

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

Color convert

RGB647750-
CMYK0.1700.350.70
HSL88.89º21.26%24.9%-
HSV(B)88.89º35.06%30.2%-
XYZ5.346.634.02-
YUV70.04116.69123.7-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.51%
GREEN value IS 77 (30.47% from 255) = 40.31%
BLUE value IS 50 (19.92% from 255) = 26.18%
R=33.51%
G=40.31%
B=26.18%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6477500.1700.350.7088.8921.2624.9
Hex404D321102346591519
Octal10011562210431061312531
Binary10000001001101110010100010100011100011010110011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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