#3B5424

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

Shades of Mallard #3B5424

Tints of Mallard #3B5424

Color information

#3B5424 (or 0x3B5424) is unknown color: approx Mallard. HEX triplet: 3B, 54 and 24. RGB value is (59,84,36). Sum of RGB (Red+Green+Blue) = 59+84+36=179 (23% of max value = 765). Red value is 59 (23.44% from 255 or 32.96% from 179); Green value is 84 (33.20% from 255 or 46.93% from 179); Blue value is 36 (14.45% from 255 or 20.11% from 179); Max value from RGB is 84 - color contains mainly: green. Hex color #3B5424 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5424 is #C4ABDB. Grayscale: #474747. Windows color (decimal): -12889052 or 2380859. OLE color: 2380859.

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

Color convert

RGB598436-
CMYK0.3000.570.67
HSL91.25º40%23.53%-
HSV(B)91.25º57.14%32.94%-
XYZ5.297.42.82-
YUV71.05108.22119.4-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 32.96%
GREEN value IS 84 (33.20% from 255) = 46.93%
BLUE value IS 36 (14.45% from 255) = 20.11%
R=32.96%
G=46.93%
B=20.11%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5984360.3000.570.6791.254023.53
Hex3B54241E039435b2818
Octal7312444360711031335030
Binary11101110101001001001111001110011000011101101110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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