#3A4432

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

Shades of Mallard #3A4432

Tints of Mallard #3A4432

Color information

#3A4432 (or 0x3A4432) is unknown color: approx Mallard. HEX triplet: 3A, 44 and 32. RGB value is (58,68,50). Sum of RGB (Red+Green+Blue) = 58+68+50=176 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.95% from 176); Green value is 68 (26.95% from 255 or 38.64% from 176); Blue value is 50 (19.92% from 255 or 28.41% from 176); Max value from RGB is 68 - color contains mainly: green. Hex color #3A4432 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4432 is #C5BBCD. Grayscale: #3F3F3F. Windows color (decimal): -12958670 or 3294266. OLE color: 3294266.

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

Color convert

RGB586850-
CMYK0.1500.260.73
HSL93.33º15.25%23.14%-
HSV(B)93.33º26.47%26.67%-
XYZ4.395.263.8-
YUV62.96120.69124.46-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 32.95%
GREEN value IS 68 (26.95% from 255) = 38.64%
BLUE value IS 50 (19.92% from 255) = 28.41%
R=32.95%
G=38.64%
B=28.41%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5868500.1500.260.7393.3315.2523.14
Hex3A4432F01A495df17
Octal7210462170321111351727
Binary1110101000100110010111101101010010011011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,68,50); }

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

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

 a { background-color: rgb(58,68,50); }

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

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

 span { border-color: rgb(58,68,50); }

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