#404638

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

Shades of Mallard #404638

Tints of Mallard #404638

Color information

#404638 (or 0x404638) is unknown color: approx Mallard. HEX triplet: 40, 46 and 38. RGB value is (64,70,56). Sum of RGB (Red+Green+Blue) = 64+70+56=190 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.68% from 190); Green value is 70 (27.73% from 255 or 36.84% from 190); Blue value is 56 (22.27% from 255 or 29.47% from 190); Max value from RGB is 70 - color contains mainly: green. Hex color #404638 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404638 is #BFB9C7. Grayscale: #424242. Windows color (decimal): -12564936 or 3688000. OLE color: 3688000.

HSL color Cylindrical-coordinate representation of color #404638: hue angle of 85.71º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #404638 is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.73.

Color convert

RGB647056-
CMYK0.0900.200.73
HSL85.71º11.11%24.71%-
HSV(B)85.71º20%27.45%-
XYZ5.025.764.59-
YUV66.61122.01126.14-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.68%
GREEN value IS 70 (27.73% from 255) = 36.84%
BLUE value IS 56 (22.27% from 255) = 29.47%
R=33.68%
G=36.84%
B=29.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6470560.0900.200.7385.7111.1124.71
Hex40463890144956b19
Octal10010670110241111261331
Binary10000001000110111000100101010010010011010110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404638; }

 p { color: rgb(64,70,56); }

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

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

 a { background-color: rgb(64,70,56); }

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

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

 span { border-color: rgb(64,70,56); }

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