#39492E

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

Shades of Mallard #39492E

Tints of Mallard #39492E

Color information

#39492E (or 0x39492E) is unknown color: approx Mallard. HEX triplet: 39, 49 and 2E. RGB value is (57,73,46). Sum of RGB (Red+Green+Blue) = 57+73+46=176 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.39% from 176); Green value is 73 (28.91% from 255 or 41.48% from 176); Blue value is 46 (18.36% from 255 or 26.14% from 176); Max value from RGB is 73 - color contains mainly: green. Hex color #39492E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39492E is #C6B6D1. Grayscale: #414141. Windows color (decimal): -13022930 or 3033401. OLE color: 3033401.

HSL color Cylindrical-coordinate representation of color #39492E: hue angle of 95.56º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #39492E is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.71.

Color convert

RGB577346-
CMYK0.2200.370.71
HSL95.56º22.69%23.33%-
HSV(B)95.56º36.99%28.63%-
XYZ4.565.833.47-
YUV65.14117.2122.2-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.39%
GREEN value IS 73 (28.91% from 255) = 41.48%
BLUE value IS 46 (18.36% from 255) = 26.14%
R=32.39%
G=41.48%
B=26.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5773460.2200.370.7195.5622.6923.33
Hex39492E1602547601717
Octal7111156260451071402727
Binary1110011001001101110101100100101100011111000001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39492E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39492E; }

 p { color: rgb(57,73,46); }

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

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

 a { background-color: rgb(57,73,46); }

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

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

 span { border-color: rgb(57,73,46); }

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