#404D36

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

Shades of Mallard #404D36

Tints of Mallard #404D36

Color information

#404D36 (or 0x404D36) is unknown color: approx Mallard. HEX triplet: 40, 4D and 36. RGB value is (64,77,54). Sum of RGB (Red+Green+Blue) = 64+77+54=195 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.82% from 195); Green value is 77 (30.47% from 255 or 39.49% from 195); Blue value is 54 (21.48% from 255 or 27.69% from 195); Max value from RGB is 77 - color contains mainly: green. Hex color #404D36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #404D36 is #BFB2C9. Grayscale: #464646. Windows color (decimal): -12563146 or 3558720. OLE color: 3558720.

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

Color convert

RGB647754-
CMYK0.1700.300.70
HSL93.91º17.56%25.69%-
HSV(B)93.91º29.87%30.2%-
XYZ5.436.664.49-
YUV70.49118.69123.37-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.82%
GREEN value IS 77 (30.47% from 255) = 39.49%
BLUE value IS 54 (21.48% from 255) = 27.69%
R=32.82%
G=39.49%
B=27.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6477540.1700.300.7093.9117.5625.69
Hex404D361101E465e121a
Octal10011566210361061362232
Binary1000000100110111011010001011110100011010111101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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