#3E403D

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

Shades of Mallard #3E403D

Tints of Mallard #3E403D

Color information

#3E403D (or 0x3E403D) is unknown color: approx Mallard. HEX triplet: 3E, 40 and 3D. RGB value is (62,64,61). Sum of RGB (Red+Green+Blue) = 62+64+61=187 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.16% from 187); Green value is 64 (25.39% from 255 or 34.22% from 187); Blue value is 61 (24.22% from 255 or 32.62% from 187); Max value from RGB is 64 - color contains mainly: green. Hex color #3E403D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E403D is #C1BFC2. Grayscale: #3F3F3F. Windows color (decimal): -12697539 or 4014142. OLE color: 4014142.

HSL color Cylindrical-coordinate representation of color #3E403D: hue angle of 100º degrees, saturation: 0.02, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #3E403D is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.75.

Color convert

RGB626461-
CMYK0.0300.050.75
HSL100º2.4%24.51%-
HSV(B)100º4.69%25.1%-
XYZ4.665.035.14-
YUV63.06126.84127.24-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 33.16%
GREEN value IS 64 (25.39% from 255) = 34.22%
BLUE value IS 61 (24.22% from 255) = 32.62%
R=33.16%
G=34.22%
B=32.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6264610.0300.050.751002.424.51
Hex3E403D3054B64219
Octal7610075305113144231
Binary1111101000000111101110101100101111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E403D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,64,61); }

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

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

 a { background-color: rgb(62,64,61); }

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

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

 span { border-color: rgb(62,64,61); }

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