#3A5526

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

Shades of Mallard #3A5526

Tints of Mallard #3A5526

Color information

#3A5526 (or 0x3A5526) is unknown color: approx Mallard. HEX triplet: 3A, 55 and 26. RGB value is (58,85,38). Sum of RGB (Red+Green+Blue) = 58+85+38=181 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.04% from 181); Green value is 85 (33.59% from 255 or 46.96% from 181); Blue value is 38 (15.23% from 255 or 20.99% from 181); Max value from RGB is 85 - color contains mainly: green. Hex color #3A5526 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5526 is #C5AAD9. Grayscale: #474747. Windows color (decimal): -12954330 or 2512186. OLE color: 2512186.

HSL color Cylindrical-coordinate representation of color #3A5526: hue angle of 94.47º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3A5526 is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB588538-
CMYK0.3200.550.67
HSL94.47º38.21%24.12%-
HSV(B)94.47º55.29%33.33%-
XYZ5.347.543.01-
YUV71.57109.05118.32-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 32.04%
GREEN value IS 85 (33.59% from 255) = 46.96%
BLUE value IS 38 (15.23% from 255) = 20.99%
R=32.04%
G=46.96%
B=20.99%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5885380.3200.550.6794.4738.2124.12
Hex3A552620037435e2618
Octal7212546400671031364630
Binary111010101010110011010000001101111000011101111010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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