#3A4332

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

Shades of Mallard #3A4332

Tints of Mallard #3A4332

Color information

#3A4332 (or 0x3A4332) is unknown color: approx Mallard. HEX triplet: 3A, 43 and 32. RGB value is (58,67,50). Sum of RGB (Red+Green+Blue) = 58+67+50=175 (23% of max value = 765). Red value is 58 (23.05% from 255 or 33.14% from 175); Green value is 67 (26.56% from 255 or 38.29% from 175); Blue value is 50 (19.92% from 255 or 28.57% from 175); Max value from RGB is 67 - color contains mainly: green. Hex color #3A4332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4332 is #C5BCCD. Grayscale: #3E3E3E. Windows color (decimal): -12958926 or 3294010. OLE color: 3294010.

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

Color convert

RGB586750-
CMYK0.1300.250.74
HSL91.76º14.53%22.94%-
HSV(B)91.76º25.37%26.27%-
XYZ4.335.143.78-
YUV62.37121.02124.88-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 33.14%
GREEN value IS 67 (26.56% from 255) = 38.29%
BLUE value IS 50 (19.92% from 255) = 28.57%
R=33.14%
G=38.29%
B=28.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5867500.1300.250.7491.7614.5322.94
Hex3A4332D0194A5cf17
Octal7210362150311121341727
Binary1110101000011110010110101100110010101011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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