#3E463A

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

Shades of Mallard #3E463A

Tints of Mallard #3E463A

Color information

#3E463A (or 0x3E463A) is unknown color: approx Mallard. HEX triplet: 3E, 46 and 3A. RGB value is (62,70,58). Sum of RGB (Red+Green+Blue) = 62+70+58=190 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.63% from 190); Green value is 70 (27.73% from 255 or 36.84% from 190); Blue value is 58 (23.05% from 255 or 30.53% from 190); Max value from RGB is 70 - color contains mainly: green. Hex color #3E463A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E463A is #C1B9C5. Grayscale: #424242. Windows color (decimal): -12696006 or 3819070. OLE color: 3819070.

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

Color convert

RGB627058-
CMYK0.1100.170.73
HSL100º9.38%25.1%-
HSV(B)100º17.14%27.45%-
XYZ4.945.714.84-
YUV66.24123.35124.98-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 32.63%
GREEN value IS 70 (27.73% from 255) = 36.84%
BLUE value IS 58 (23.05% from 255) = 30.53%
R=32.63%
G=36.84%
B=30.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6270580.1100.170.731009.3825.1
Hex3E463AB0114964919
Octal7610672130211111441131
Binary1111101000110111010101101000110010011100100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E463A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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