#394034

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

Shades of Mallard #394034

Tints of Mallard #394034

Color information

#394034 (or 0x394034) is unknown color: approx Mallard. HEX triplet: 39, 40 and 34. RGB value is (57,64,52). Sum of RGB (Red+Green+Blue) = 57+64+52=173 (22% of max value = 765). Red value is 57 (22.66% from 255 or 32.95% from 173); Green value is 64 (25.39% from 255 or 36.99% from 173); Blue value is 52 (20.70% from 255 or 30.06% from 173); Max value from RGB is 64 - color contains mainly: green. Hex color #394034 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394034 is #C6BFCB. Grayscale: #3C3C3C. Windows color (decimal): -13025228 or 3424313. OLE color: 3424313.

HSL color Cylindrical-coordinate representation of color #394034: hue angle of 95º degrees, saturation: 0.1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #394034 is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.75.

Color convert

RGB576452-
CMYK0.1100.190.75
HSL95º10.34%22.75%-
HSV(B)95º18.75%25.1%-
XYZ4.144.783.95-
YUV60.54123.18125.48-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.95%
GREEN value IS 64 (25.39% from 255) = 36.99%
BLUE value IS 52 (20.70% from 255) = 30.06%
R=32.95%
G=36.99%
B=30.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5764520.1100.190.759510.3422.75
Hex394034B0134B5fa17
Octal7110064130231131371227
Binary1110011000000110100101101001110010111011111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394034; }

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

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

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

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

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

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

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

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