#3E542C

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

Shades of Mallard #3E542C

Tints of Mallard #3E542C

Color information

#3E542C (or 0x3E542C) is unknown color: approx Mallard. HEX triplet: 3E, 54 and 2C. RGB value is (62,84,44). Sum of RGB (Red+Green+Blue) = 62+84+44=190 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.63% from 190); Green value is 84 (33.20% from 255 or 44.21% from 190); Blue value is 44 (17.58% from 255 or 23.16% from 190); Max value from RGB is 84 - color contains mainly: green. Hex color #3E542C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E542C is #C1ABD3. Grayscale: #494949. Windows color (decimal): -12692436 or 2905150. OLE color: 2905150.

HSL color Cylindrical-coordinate representation of color #3E542C: hue angle of 93º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3E542C is Cyan = 0.26, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB628444-
CMYK0.2600.480.67
HSL93º31.25%25.1%-
HSV(B)93º47.62%32.94%-
XYZ5.617.553.54-
YUV72.86111.71120.25-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 32.63%
GREEN value IS 84 (33.20% from 255) = 44.21%
BLUE value IS 44 (17.58% from 255) = 23.16%
R=32.63%
G=44.21%
B=23.16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6284440.2600.480.679331.2525.1
Hex3E542C1A030435d1f19
Octal7612454320601031353731
Binary1111101010100101100110100110000100001110111011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E542C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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