#3A452E

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

Shades of Mallard #3A452E

Tints of Mallard #3A452E

Color information

#3A452E (or 0x3A452E) is unknown color: approx Mallard. HEX triplet: 3A, 45 and 2E. RGB value is (58,69,46). Sum of RGB (Red+Green+Blue) = 58+69+46=173 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.53% from 173); Green value is 69 (27.34% from 255 or 39.88% from 173); Blue value is 46 (18.36% from 255 or 26.59% from 173); Max value from RGB is 69 - color contains mainly: green. Hex color #3A452E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A452E is #C5BAD1. Grayscale: #3F3F3F. Windows color (decimal): -12958418 or 3032378. OLE color: 3032378.

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

Color convert

RGB586946-
CMYK0.1600.330.73
HSL88.7º20%22.55%-
HSV(B)88.7º33.33%27.06%-
XYZ4.375.353.39-
YUV63.09118.36124.37-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 33.53%
GREEN value IS 69 (27.34% from 255) = 39.88%
BLUE value IS 46 (18.36% from 255) = 26.59%
R=33.53%
G=39.88%
B=26.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5869460.1600.330.7388.72022.55
Hex3A452E1002149591417
Octal7210556200411111312427
Binary1110101000101101110100000100001100100110110011010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A452E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,69,46); }

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

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

 a { background-color: rgb(58,69,46); }

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

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

 span { border-color: rgb(58,69,46); }

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