#394E29

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

Shades of Mallard #394E29

Tints of Mallard #394E29

Color information

#394E29 (or 0x394E29) is unknown color: approx Mallard. HEX triplet: 39, 4E and 29. RGB value is (57,78,41). Sum of RGB (Red+Green+Blue) = 57+78+41=176 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.39% from 176); Green value is 78 (30.86% from 255 or 44.32% from 176); Blue value is 41 (16.41% from 255 or 23.30% from 176); Max value from RGB is 78 - color contains mainly: green. Hex color #394E29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #394E29 is #C6B1D6. Grayscale: #434343. Windows color (decimal): -13021655 or 2707001. OLE color: 2707001.

HSL color Cylindrical-coordinate representation of color #394E29: hue angle of 94.05º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #394E29 is Cyan = 0.27, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.69.

Color convert

RGB577841-
CMYK0.2700.470.69
HSL94.05º31.09%23.33%-
HSV(B)94.05º47.44%30.59%-
XYZ4.816.483.09-
YUV67.5113.04120.51-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.39%
GREEN value IS 78 (30.86% from 255) = 44.32%
BLUE value IS 41 (16.41% from 255) = 23.30%
R=32.39%
G=44.32%
B=23.30%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5778410.2700.470.6994.0531.0923.33
Hex394E291B02F455e1f17
Octal7111651330571051363727
Binary1110011001110101001110110101111100010110111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394E29; }

 p { color: rgb(57,78,41); }

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

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

 a { background-color: rgb(57,78,41); }

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

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

 span { border-color: rgb(57,78,41); }

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