#3E423C

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

Shades of Mallard #3E423C

Tints of Mallard #3E423C

Color information

#3E423C (or 0x3E423C) is unknown color: approx Mallard. HEX triplet: 3E, 42 and 3C. RGB value is (62,66,60). Sum of RGB (Red+Green+Blue) = 62+66+60=188 (24% of max value = 765). Red value is 62 (24.61% from 255 or 32.98% from 188); Green value is 66 (26.17% from 255 or 35.11% from 188); Blue value is 60 (23.83% from 255 or 31.91% from 188); Max value from RGB is 66 - color contains mainly: green. Hex color #3E423C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E423C is #C1BDC3. Grayscale: #404040. Windows color (decimal): -12697028 or 3949118. OLE color: 3949118.

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

Color convert

RGB626660-
CMYK0.0600.090.74
HSL100º4.76%24.71%-
HSV(B)100º9.09%25.88%-
XYZ4.755.255.04-
YUV64.12125.67126.49-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 32.98%
GREEN value IS 66 (26.17% from 255) = 35.11%
BLUE value IS 60 (23.83% from 255) = 31.91%
R=32.98%
G=35.11%
B=31.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6266600.0600.090.741004.7624.71
Hex3E423C6094A64519
Octal76102746011112144531
Binary1111101000010111100110010011001010110010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E423C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,66,60); }

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

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

 a { background-color: rgb(62,66,60); }

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

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

 span { border-color: rgb(62,66,60); }

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