#3E522C

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

Shades of Mallard #3E522C

Tints of Mallard #3E522C

Color information

#3E522C (or 0x3E522C) is unknown color: approx Mallard. HEX triplet: 3E, 52 and 2C. RGB value is (62,82,44). Sum of RGB (Red+Green+Blue) = 62+82+44=188 (24% of max value = 765). Red value is 62 (24.61% from 255 or 32.98% from 188); Green value is 82 (32.42% from 255 or 43.62% from 188); Blue value is 44 (17.58% from 255 or 23.40% from 188); Max value from RGB is 82 - color contains mainly: green. Hex color #3E522C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E522C is #C1ADD3. Grayscale: #474747. Windows color (decimal): -12692948 or 2904638. OLE color: 2904638.

HSL color Cylindrical-coordinate representation of color #3E522C: hue angle of 91.58º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3E522C is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.68.

Color convert

RGB628244-
CMYK0.2400.460.68
HSL91.58º30.16%24.71%-
HSV(B)91.58º46.34%32.16%-
XYZ5.467.243.49-
YUV71.69112.37121.09-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 32.98%
GREEN value IS 82 (32.42% from 255) = 43.62%
BLUE value IS 44 (17.58% from 255) = 23.40%
R=32.98%
G=43.62%
B=23.40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6282440.2400.460.6891.5830.1624.71
Hex3E522C1802E445c1e19
Octal7612254300561041343631
Binary1111101010010101100110000101110100010010111001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E522C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E522C; }

 p { color: rgb(62,82,44); }

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

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

 a { background-color: rgb(62,82,44); }

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

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

 span { border-color: rgb(62,82,44); }

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