#394331

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

Shades of Mallard #394331

Tints of Mallard #394331

Color information

#394331 (or 0x394331) is unknown color: approx Mallard. HEX triplet: 39, 43 and 31. RGB value is (57,67,49). Sum of RGB (Red+Green+Blue) = 57+67+49=173 (22% of max value = 765). Red value is 57 (22.66% from 255 or 32.95% from 173); Green value is 67 (26.56% from 255 or 38.73% from 173); Blue value is 49 (19.53% from 255 or 28.32% from 173); Max value from RGB is 67 - color contains mainly: green. Hex color #394331 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394331 is #C6BCCE. Grayscale: #3E3E3E. Windows color (decimal): -13024463 or 3228473. OLE color: 3228473.

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

Color convert

RGB576749-
CMYK0.1500.270.74
HSL93.33º15.52%22.75%-
HSV(B)93.33º26.87%26.27%-
XYZ4.255.113.67-
YUV61.96120.69124.46-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.95%
GREEN value IS 67 (26.56% from 255) = 38.73%
BLUE value IS 49 (19.53% from 255) = 28.32%
R=32.95%
G=38.73%
B=28.32%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5767490.1500.270.7493.3315.5222.75
Hex394331F01B4A5d1017
Octal7110361170331121352027
Binary11100110000111100011111011011100101010111011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394331; }

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

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

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

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

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

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

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

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