#394133

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

Shades of Mallard #394133

Tints of Mallard #394133

Color information

#394133 (or 0x394133) is unknown color: approx Mallard. HEX triplet: 39, 41 and 33. RGB value is (57,65,51). Sum of RGB (Red+Green+Blue) = 57+65+51=173 (22% of max value = 765). Red value is 57 (22.66% from 255 or 32.95% from 173); Green value is 65 (25.78% from 255 or 37.57% from 173); Blue value is 51 (20.31% from 255 or 29.48% from 173); Max value from RGB is 65 - color contains mainly: green. Hex color #394133 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394133 is #C6BECC. Grayscale: #3D3D3D. Windows color (decimal): -13024973 or 3359033. OLE color: 3359033.

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

Color convert

RGB576551-
CMYK0.1200.220.75
HSL94.29º12.07%22.75%-
HSV(B)94.29º21.54%25.49%-
XYZ4.184.893.86-
YUV61.01122.35125.14-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.95%
GREEN value IS 65 (25.78% from 255) = 37.57%
BLUE value IS 51 (20.31% from 255) = 29.48%
R=32.95%
G=37.57%
B=29.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5765510.1200.220.7594.2912.0722.75
Hex394133C0164B5ec17
Octal7110163140261131361427
Binary1110011000001110011110001011010010111011110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394133; }

 p { color: rgb(57,65,51); }

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

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

 a { background-color: rgb(57,65,51); }

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

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

 span { border-color: rgb(57,65,51); }

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