#404939

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

Shades of Mallard #404939

Tints of Mallard #404939

Color information

#404939 (or 0x404939) is unknown color: approx Mallard. HEX triplet: 40, 49 and 39. RGB value is (64,73,57). Sum of RGB (Red+Green+Blue) = 64+73+57=194 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.99% from 194); Green value is 73 (28.91% from 255 or 37.63% from 194); Blue value is 57 (22.66% from 255 or 29.38% from 194); Max value from RGB is 73 - color contains mainly: green. Hex color #404939 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404939 is #BFB6C6. Grayscale: #444444. Windows color (decimal): -12564167 or 3754304. OLE color: 3754304.

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

Color convert

RGB647357-
CMYK0.1200.220.71
HSL93.75º12.31%25.49%-
HSV(B)93.75º21.92%28.63%-
XYZ5.246.154.78-
YUV68.48121.52124.8-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.99%
GREEN value IS 73 (28.91% from 255) = 37.63%
BLUE value IS 57 (22.66% from 255) = 29.38%
R=32.99%
G=37.63%
B=29.38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6473570.1200.220.7193.7512.3125.49
Hex404939C016475ec19
Octal10011171140261071361431
Binary10000001001001111001110001011010001111011110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404939; }

 p { color: rgb(64,73,57); }

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

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

 a { background-color: rgb(64,73,57); }

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

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

 span { border-color: rgb(64,73,57); }

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