#3E4338

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

Shades of Mallard #3E4338

Tints of Mallard #3E4338

Color information

#3E4338 (or 0x3E4338) is unknown color: approx Mallard. HEX triplet: 3E, 43 and 38. RGB value is (62,67,56). Sum of RGB (Red+Green+Blue) = 62+67+56=185 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.51% from 185); Green value is 67 (26.56% from 255 or 36.22% from 185); Blue value is 56 (22.27% from 255 or 30.27% from 185); Max value from RGB is 67 - color contains mainly: green. Hex color #3E4338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4338 is #C1BCC7. Grayscale: #404040. Windows color (decimal): -12696776 or 3687230. OLE color: 3687230.

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

Color convert

RGB626756-
CMYK0.0700.160.74
HSL87.27º8.94%24.12%-
HSV(B)87.27º16.42%26.27%-
XYZ4.715.324.52-
YUV64.25123.34126.39-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 33.51%
GREEN value IS 67 (26.56% from 255) = 36.22%
BLUE value IS 56 (22.27% from 255) = 30.27%
R=33.51%
G=36.22%
B=30.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6267560.0700.160.7487.278.9424.12
Hex3E433870104A57918
Octal761037070201121271130
Binary111110100001111100011101000010010101010111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,67,56); }

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

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

 a { background-color: rgb(62,67,56); }

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

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

 span { border-color: rgb(62,67,56); }

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