#3E423A

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

Shades of Mallard #3E423A

Tints of Mallard #3E423A

Color information

#3E423A (or 0x3E423A) is unknown color: approx Mallard. HEX triplet: 3E, 42 and 3A. RGB value is (62,66,58). Sum of RGB (Red+Green+Blue) = 62+66+58=186 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.33% from 186); Green value is 66 (26.17% from 255 or 35.48% from 186); Blue value is 58 (23.05% from 255 or 31.18% from 186); Max value from RGB is 66 - color contains mainly: green. Hex color #3E423A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E423A is #C1BDC5. Grayscale: #3F3F3F. Windows color (decimal): -12697030 or 3818046. OLE color: 3818046.

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

Color convert

RGB626658-
CMYK0.0600.120.74
HSL90º6.45%24.31%-
HSV(B)90º12.12%25.88%-
XYZ4.75.234.76-
YUV63.89124.67126.65-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 33.33%
GREEN value IS 66 (26.17% from 255) = 35.48%
BLUE value IS 58 (23.05% from 255) = 31.18%
R=33.33%
G=35.48%
B=31.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6266580.0600.120.74906.4524.31
Hex3E423A60C4A5a618
Octal76102726014112132630
Binary1111101000010111010110011001001010101101011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E423A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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