#404C35

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

Shades of Mallard #404C35

Tints of Mallard #404C35

Color information

#404C35 (or 0x404C35) is unknown color: approx Mallard. HEX triplet: 40, 4C and 35. RGB value is (64,76,53). Sum of RGB (Red+Green+Blue) = 64+76+53=193 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.16% from 193); Green value is 76 (30.08% from 255 or 39.38% from 193); Blue value is 53 (21.09% from 255 or 27.46% from 193); Max value from RGB is 76 - color contains mainly: green. Hex color #404C35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404C35 is #BFB3CA. Grayscale: #454545. Windows color (decimal): -12563403 or 3492928. OLE color: 3492928.

HSL color Cylindrical-coordinate representation of color #404C35: hue angle of 91.3º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #404C35 is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.70.

Color convert

RGB647653-
CMYK0.1600.300.70
HSL91.3º17.83%25.29%-
HSV(B)91.3º30.26%29.8%-
XYZ5.346.524.34-
YUV69.79118.52123.87-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.16%
GREEN value IS 76 (30.08% from 255) = 39.38%
BLUE value IS 53 (21.09% from 255) = 27.46%
R=33.16%
G=39.38%
B=27.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6476530.1600.300.7091.317.8325.29
Hex404C351001E465b1219
Octal10011465200361061332231
Binary1000000100110011010110000011110100011010110111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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