#3A462D

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

Shades of Mallard #3A462D

Tints of Mallard #3A462D

Color information

#3A462D (or 0x3A462D) is unknown color: approx Mallard. HEX triplet: 3A, 46 and 2D. RGB value is (58,70,45). Sum of RGB (Red+Green+Blue) = 58+70+45=173 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.53% from 173); Green value is 70 (27.73% from 255 or 40.46% from 173); Blue value is 45 (17.97% from 255 or 26.01% from 173); Max value from RGB is 70 - color contains mainly: green. Hex color #3A462D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A462D is #C5B9D2. Grayscale: #3F3F3F. Windows color (decimal): -12958163 or 2967098. OLE color: 2967098.

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

Color convert

RGB587045-
CMYK0.1700.360.73
HSL88.8º21.74%22.55%-
HSV(B)88.8º35.71%27.45%-
XYZ4.415.473.31-
YUV63.56117.52124.03-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 33.53%
GREEN value IS 70 (27.73% from 255) = 40.46%
BLUE value IS 45 (17.97% from 255) = 26.01%
R=33.53%
G=40.46%
B=26.01%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5870450.1700.360.7388.821.7422.55
Hex3A462D1102449591617
Octal7210655210441111312627
Binary1110101000110101101100010100100100100110110011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A462D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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