#404738

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

Shades of Mallard #404738

Tints of Mallard #404738

Color information

#404738 (or 0x404738) is unknown color: approx Mallard. HEX triplet: 40, 47 and 38. RGB value is (64,71,56). Sum of RGB (Red+Green+Blue) = 64+71+56=191 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.51% from 191); Green value is 71 (28.12% from 255 or 37.17% from 191); Blue value is 56 (22.27% from 255 or 29.32% from 191); Max value from RGB is 71 - color contains mainly: green. Hex color #404738 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404738 is #BFB8C7. Grayscale: #434343. Windows color (decimal): -12564680 or 3688256. OLE color: 3688256.

HSL color Cylindrical-coordinate representation of color #404738: hue angle of 88º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #404738 is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.72.

Color convert

RGB647156-
CMYK0.1000.210.72
HSL88º11.81%24.9%-
HSV(B)88º21.13%27.84%-
XYZ5.085.884.61-
YUV67.2121.68125.72-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.51%
GREEN value IS 71 (28.12% from 255) = 37.17%
BLUE value IS 56 (22.27% from 255) = 29.32%
R=33.51%
G=37.17%
B=29.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6471560.1000.210.728811.8124.9
Hex404738A0154858c19
Octal10010770120251101301431
Binary10000001000111111000101001010110010001011000110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404738; }

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

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

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

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

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

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

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

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