#404E34

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

Shades of Mallard #404E34

Tints of Mallard #404E34

Color information

#404E34 (or 0x404E34) is unknown color: approx Mallard. HEX triplet: 40, 4E and 34. RGB value is (64,78,52). Sum of RGB (Red+Green+Blue) = 64+78+52=194 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.99% from 194); Green value is 78 (30.86% from 255 or 40.21% from 194); Blue value is 52 (20.70% from 255 or 26.80% from 194); Max value from RGB is 78 - color contains mainly: green. Hex color #404E34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #404E34 is #BFB1CB. Grayscale: #464646. Windows color (decimal): -12562892 or 3427904. OLE color: 3427904.

HSL color Cylindrical-coordinate representation of color #404E34: hue angle of 92.31º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #404E34 is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.69.

Color convert

RGB647852-
CMYK0.1800.330.69
HSL92.31º20%25.49%-
HSV(B)92.31º33.33%30.59%-
XYZ5.466.794.27-
YUV70.85117.36123.11-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.99%
GREEN value IS 78 (30.86% from 255) = 40.21%
BLUE value IS 52 (20.70% from 255) = 26.80%
R=32.99%
G=40.21%
B=26.80%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6478520.1800.330.6992.312025.49
Hex404E3412021455c1419
Octal10011664220411051342431
Binary10000001001110110100100100100001100010110111001010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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