#404834

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

Shades of Mallard #404834

Tints of Mallard #404834

Color information

#404834 (or 0x404834) is unknown color: approx Mallard. HEX triplet: 40, 48 and 34. RGB value is (64,72,52). Sum of RGB (Red+Green+Blue) = 64+72+52=188 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.04% from 188); Green value is 72 (28.52% from 255 or 38.30% from 188); Blue value is 52 (20.70% from 255 or 27.66% from 188); Max value from RGB is 72 - color contains mainly: green. Hex color #404834 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404834 is #BFB7CB. Grayscale: #434343. Windows color (decimal): -12564428 or 3426368. OLE color: 3426368.

HSL color Cylindrical-coordinate representation of color #404834: hue angle of 84º degrees, saturation: 0.16, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #404834 is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.72.

Color convert

RGB647252-
CMYK0.1100.280.72
HSL84º16.13%24.31%-
HSV(B)84º27.78%28.24%-
XYZ5.055.974.14-
YUV67.33119.35125.63-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.04%
GREEN value IS 72 (28.52% from 255) = 38.30%
BLUE value IS 52 (20.70% from 255) = 27.66%
R=34.04%
G=38.30%
B=27.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6472520.1100.280.728416.1324.31
Hex404834B01C48541018
Octal10011064130341101242030
Binary100000010010001101001011011100100100010101001000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404834; }

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

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

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

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

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

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

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

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