#405037

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

Shades of Mallard #405037

Tints of Mallard #405037

Color information

#405037 (or 0x405037) is unknown color: approx Mallard. HEX triplet: 40, 50 and 37. RGB value is (64,80,55). Sum of RGB (Red+Green+Blue) = 64+80+55=199 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.16% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 55 (21.88% from 255 or 27.64% from 199); Max value from RGB is 80 - color contains mainly: green. Hex color #405037 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405037 is #BFAFC8. Grayscale: #484848. Windows color (decimal): -12562377 or 3625024. OLE color: 3625024.

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

Color convert

RGB648055-
CMYK0.2000.310.69
HSL98.4º18.52%26.47%-
HSV(B)98.4º31.25%31.37%-
XYZ5.677.14.69-
YUV72.37118.2122.03-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.16%
GREEN value IS 80 (31.64% from 255) = 40.20%
BLUE value IS 55 (21.88% from 255) = 27.64%
R=32.16%
G=40.20%
B=27.64%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6480550.2000.310.6998.418.5226.47
Hex4050371401F4562131a
Octal10012067240371051422332
Binary1000000101000011011110100011111100010111000101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405037; }

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

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

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

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

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

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

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

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