#394431

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

Shades of Mallard #394431

Tints of Mallard #394431

Color information

#394431 (or 0x394431) is unknown color: approx Mallard. HEX triplet: 39, 44 and 31. RGB value is (57,68,49). Sum of RGB (Red+Green+Blue) = 57+68+49=174 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.76% from 174); Green value is 68 (26.95% from 255 or 39.08% from 174); Blue value is 49 (19.53% from 255 or 28.16% from 174); Max value from RGB is 68 - color contains mainly: green. Hex color #394431 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394431 is #C6BBCE. Grayscale: #3E3E3E. Windows color (decimal): -13024207 or 3228729. OLE color: 3228729.

HSL color Cylindrical-coordinate representation of color #394431: hue angle of 94.74º degrees, saturation: 0.16, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #394431 is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.73.

Color convert

RGB576849-
CMYK0.1600.280.73
HSL94.74º16.24%22.94%-
HSV(B)94.74º27.94%26.67%-
XYZ4.315.233.69-
YUV62.54120.36124.04-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.76%
GREEN value IS 68 (26.95% from 255) = 39.08%
BLUE value IS 49 (19.53% from 255) = 28.16%
R=32.76%
G=39.08%
B=28.16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5768490.1600.280.7394.7416.2422.94
Hex3944311001C495f1017
Octal7110461200341111372027
Binary111001100010011000110000011100100100110111111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394431; }

 p { color: rgb(57,68,49); }

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

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

 a { background-color: rgb(57,68,49); }

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

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

 span { border-color: rgb(57,68,49); }

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