#404934

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

Shades of Mallard #404934

Tints of Mallard #404934

Color information

#404934 (or 0x404934) is unknown color: approx Mallard. HEX triplet: 40, 49 and 34. RGB value is (64,73,52). Sum of RGB (Red+Green+Blue) = 64+73+52=189 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.86% from 189); Green value is 73 (28.91% from 255 or 38.62% from 189); Blue value is 52 (20.70% from 255 or 27.51% from 189); Max value from RGB is 73 - color contains mainly: green. Hex color #404934 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404934 is #BFB6CB. Grayscale: #434343. Windows color (decimal): -12564172 or 3426624. OLE color: 3426624.

HSL color Cylindrical-coordinate representation of color #404934: hue angle of 85.71º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #404934 is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.71.

Color convert

RGB647352-
CMYK0.1200.290.71
HSL85.71º16.8%24.51%-
HSV(B)85.71º28.77%28.63%-
XYZ5.126.14.16-
YUV67.91119.02125.21-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.86%
GREEN value IS 73 (28.91% from 255) = 38.62%
BLUE value IS 52 (20.70% from 255) = 27.51%
R=33.86%
G=38.62%
B=27.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6473520.1200.290.7185.7116.824.51
Hex404934C01D47561119
Octal10011164140351071262131
Binary100000010010011101001100011101100011110101101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404934; }

 p { color: rgb(64,73,52); }

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

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

 a { background-color: rgb(64,73,52); }

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

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

 span { border-color: rgb(64,73,52); }

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