#405031

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

Shades of Mallard #405031

Tints of Mallard #405031

Color information

#405031 (or 0x405031) is unknown color: approx Mallard. HEX triplet: 40, 50 and 31. RGB value is (64,80,49). Sum of RGB (Red+Green+Blue) = 64+80+49=193 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.16% from 193); Green value is 80 (31.64% from 255 or 41.45% from 193); Blue value is 49 (19.53% from 255 or 25.39% from 193); Max value from RGB is 80 - color contains mainly: green. Hex color #405031 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405031 is #BFAFCE. Grayscale: #474747. Windows color (decimal): -12562383 or 3231808. OLE color: 3231808.

HSL color Cylindrical-coordinate representation of color #405031: hue angle of 90.97º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #405031 is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.69.

Color convert

RGB648049-
CMYK0.2000.390.69
HSL90.97º24.03%25.29%-
HSV(B)90.97º38.75%31.37%-
XYZ5.547.053.97-
YUV71.68115.2122.52-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.16%
GREEN value IS 80 (31.64% from 255) = 41.45%
BLUE value IS 49 (19.53% from 255) = 25.39%
R=33.16%
G=41.45%
B=25.39%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6480490.2000.390.6990.9724.0325.29
Hex40503114027455b1819
Octal10012061240471051333031
Binary10000001010000110001101000100111100010110110111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405031; }

 p { color: rgb(64,80,49); }

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

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

 a { background-color: rgb(64,80,49); }

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

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

 span { border-color: rgb(64,80,49); }

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