#404B38

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

Shades of Mallard #404B38

Tints of Mallard #404B38

Color information

#404B38 (or 0x404B38) is unknown color: approx Mallard. HEX triplet: 40, 4B and 38. RGB value is (64,75,56). Sum of RGB (Red+Green+Blue) = 64+75+56=195 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.82% from 195); Green value is 75 (29.69% from 255 or 38.46% from 195); Blue value is 56 (22.27% from 255 or 28.72% from 195); Max value from RGB is 75 - color contains mainly: green. Hex color #404B38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404B38 is #BFB4C7. Grayscale: #454545. Windows color (decimal): -12563656 or 3689280. OLE color: 3689280.

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

Color convert

RGB647556-
CMYK0.1500.250.71
HSL94.74º14.5%25.69%-
HSV(B)94.74º25.33%29.41%-
XYZ5.346.414.7-
YUV69.54120.36124.04-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.82%
GREEN value IS 75 (29.69% from 255) = 38.46%
BLUE value IS 56 (22.27% from 255) = 28.72%
R=32.82%
G=38.46%
B=28.72%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6475560.1500.250.7194.7414.525.69
Hex404B38F019475ff1a
Octal10011370170311071371732
Binary10000001001011111000111101100110001111011111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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