#394F29

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

Shades of Mallard #394F29

Tints of Mallard #394F29

Color information

#394F29 (or 0x394F29) is unknown color: approx Mallard. HEX triplet: 39, 4F and 29. RGB value is (57,79,41). Sum of RGB (Red+Green+Blue) = 57+79+41=177 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.20% from 177); Green value is 79 (31.25% from 255 or 44.63% from 177); Blue value is 41 (16.41% from 255 or 23.16% from 177); Max value from RGB is 79 - color contains mainly: green. Hex color #394F29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #394F29 is #C6B0D6. Grayscale: #444444. Windows color (decimal): -13021399 or 2707257. OLE color: 2707257.

HSL color Cylindrical-coordinate representation of color #394F29: hue angle of 94.74º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #394F29 is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.69.

Color convert

RGB577941-
CMYK0.2800.480.69
HSL94.74º31.67%23.53%-
HSV(B)94.74º48.1%30.98%-
XYZ4.886.623.12-
YUV68.09112.71120.09-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.20%
GREEN value IS 79 (31.25% from 255) = 44.63%
BLUE value IS 41 (16.41% from 255) = 23.16%
R=32.20%
G=44.63%
B=23.16%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5779410.2800.480.6994.7431.6723.53
Hex394F291C030455f2018
Octal7111751340601051374030
Binary11100110011111010011110001100001000101101111110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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