#404935

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

Shades of Mallard #404935

Tints of Mallard #404935

Color information

#404935 (or 0x404935) is unknown color: approx Mallard. HEX triplet: 40, 49 and 35. RGB value is (64,73,53). Sum of RGB (Red+Green+Blue) = 64+73+53=190 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.68% from 190); Green value is 73 (28.91% from 255 or 38.42% from 190); Blue value is 53 (21.09% from 255 or 27.89% from 190); Max value from RGB is 73 - color contains mainly: green. Hex color #404935 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404935 is #BFB6CA. Grayscale: #444444. Windows color (decimal): -12564171 or 3492160. OLE color: 3492160.

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

Color convert

RGB647353-
CMYK0.1200.270.71
HSL87º15.87%24.71%-
HSV(B)87º27.4%28.63%-
XYZ5.146.114.28-
YUV68.03119.52125.13-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.68%
GREEN value IS 73 (28.91% from 255) = 38.42%
BLUE value IS 53 (21.09% from 255) = 27.89%
R=33.68%
G=38.42%
B=27.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6473530.1200.270.718715.8724.71
Hex404935C01B47571019
Octal10011165140331071272031
Binary100000010010011101011100011011100011110101111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404935; }

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

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

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

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

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

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

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

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