#3B5429

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

Shades of Mallard #3B5429

Tints of Mallard #3B5429

Color information

#3B5429 (or 0x3B5429) is unknown color: approx Mallard. HEX triplet: 3B, 54 and 29. RGB value is (59,84,41). Sum of RGB (Red+Green+Blue) = 59+84+41=184 (24% of max value = 765). Red value is 59 (23.44% from 255 or 32.07% from 184); Green value is 84 (33.20% from 255 or 45.65% from 184); Blue value is 41 (16.41% from 255 or 22.28% from 184); Max value from RGB is 84 - color contains mainly: green. Hex color #3B5429 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5429 is #C4ABD6. Grayscale: #474747. Windows color (decimal): -12889047 or 2708539. OLE color: 2708539.

HSL color Cylindrical-coordinate representation of color #3B5429: hue angle of 94.88º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3B5429 is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB598441-
CMYK0.3000.510.67
HSL94.88º34.4%24.51%-
HSV(B)94.88º51.19%32.94%-
XYZ5.377.433.25-
YUV71.62110.72119-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 32.07%
GREEN value IS 84 (33.20% from 255) = 45.65%
BLUE value IS 41 (16.41% from 255) = 22.28%
R=32.07%
G=45.65%
B=22.28%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5984410.3000.510.6794.8834.424.51
Hex3B54291E033435f2219
Octal7312451360631031374231
Binary11101110101001010011111001100111000011101111110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,84,41); }

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

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

 a { background-color: rgb(59,84,41); }

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

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

 span { border-color: rgb(59,84,41); }

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