#3A5522

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

Shades of Mallard #3A5522

Tints of Mallard #3A5522

Color information

#3A5522 (or 0x3A5522) is unknown color: approx Mallard. HEX triplet: 3A, 55 and 22. RGB value is (58,85,34). Sum of RGB (Red+Green+Blue) = 58+85+34=177 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.77% from 177); Green value is 85 (33.59% from 255 or 48.02% from 177); Blue value is 34 (13.67% from 255 or 19.21% from 177); Max value from RGB is 85 - color contains mainly: green. Hex color #3A5522 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5522 is #C5AADD. Grayscale: #474747. Windows color (decimal): -12954334 or 2250042. OLE color: 2250042.

HSL color Cylindrical-coordinate representation of color #3A5522: hue angle of 91.76º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A5522 is Cyan = 0.32, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB588534-
CMYK0.3200.600.67
HSL91.76º42.86%23.33%-
HSV(B)91.76º60%33.33%-
XYZ5.287.512.68-
YUV71.11107.05118.65-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 32.77%
GREEN value IS 85 (33.59% from 255) = 48.02%
BLUE value IS 34 (13.67% from 255) = 19.21%
R=32.77%
G=48.02%
B=19.21%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5885340.3200.600.6791.7642.8623.33
Hex3A55222003C435c2b17
Octal7212542400741031345327
Binary111010101010110001010000001111001000011101110010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,85,34); }

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

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

 a { background-color: rgb(58,85,34); }

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

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

 span { border-color: rgb(58,85,34); }

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