#3A5428

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

Shades of Mallard #3A5428

Tints of Mallard #3A5428

Color information

#3A5428 (or 0x3A5428) is unknown color: approx Mallard. HEX triplet: 3A, 54 and 28. RGB value is (58,84,40). Sum of RGB (Red+Green+Blue) = 58+84+40=182 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.87% from 182); Green value is 84 (33.20% from 255 or 46.15% from 182); Blue value is 40 (16.02% from 255 or 21.98% from 182); Max value from RGB is 84 - color contains mainly: green. Hex color #3A5428 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5428 is #C5ABD7. Grayscale: #474747. Windows color (decimal): -12954584 or 2643002. OLE color: 2643002.

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

Color convert

RGB588440-
CMYK0.3100.520.67
HSL95.45º35.48%24.31%-
HSV(B)95.45º52.38%32.94%-
XYZ5.37.393.16-
YUV71.21110.39118.58-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 31.87%
GREEN value IS 84 (33.20% from 255) = 46.15%
BLUE value IS 40 (16.02% from 255) = 21.98%
R=31.87%
G=46.15%
B=21.98%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5884400.3100.520.6795.4535.4824.31
Hex3A54281F034435f2318
Octal7212450370641031374330
Binary11101010101001010001111101101001000011101111110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,84,40); }

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

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

 a { background-color: rgb(58,84,40); }

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

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

 span { border-color: rgb(58,84,40); }

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