#404F32

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

Shades of Mallard #404F32

Tints of Mallard #404F32

Color information

#404F32 (or 0x404F32) is unknown color: approx Mallard. HEX triplet: 40, 4F and 32. RGB value is (64,79,50). Sum of RGB (Red+Green+Blue) = 64+79+50=193 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.16% from 193); Green value is 79 (31.25% from 255 or 40.93% from 193); Blue value is 50 (19.92% from 255 or 25.91% from 193); Max value from RGB is 79 - color contains mainly: green. Hex color #404F32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #404F32 is #BFB0CD. Grayscale: #474747. Windows color (decimal): -12562638 or 3297088. OLE color: 3297088.

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

Color convert

RGB647950-
CMYK0.1900.370.69
HSL91.03º22.48%25.29%-
HSV(B)91.03º36.71%30.98%-
XYZ5.496.914.06-
YUV71.21116.03122.86-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.16%
GREEN value IS 79 (31.25% from 255) = 40.93%
BLUE value IS 50 (19.92% from 255) = 25.91%
R=33.16%
G=40.93%
B=25.91%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6479500.1900.370.6991.0322.4825.29
Hex404F3213025455b1619
Octal10011762230451051332631
Binary10000001001111110010100110100101100010110110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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