#3B5628

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

Shades of Mallard #3B5628

Tints of Mallard #3B5628

Color information

#3B5628 (or 0x3B5628) is unknown color: approx Mallard. HEX triplet: 3B, 56 and 28. RGB value is (59,86,40). Sum of RGB (Red+Green+Blue) = 59+86+40=185 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.89% from 185); Green value is 86 (33.98% from 255 or 46.49% from 185); Blue value is 40 (16.02% from 255 or 21.62% from 185); Max value from RGB is 86 - color contains mainly: green. Hex color #3B5628 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5628 is #C4A9D7. Grayscale: #484848. Windows color (decimal): -12888536 or 2643515. OLE color: 2643515.

HSL color Cylindrical-coordinate representation of color #3B5628: hue angle of 95.22º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3B5628 is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.66.

Color convert

RGB598640-
CMYK0.3100.530.66
HSL95.22º36.51%24.71%-
HSV(B)95.22º53.49%33.73%-
XYZ5.517.743.21-
YUV72.68109.55118.24-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 31.89%
GREEN value IS 86 (33.98% from 255) = 46.49%
BLUE value IS 40 (16.02% from 255) = 21.62%
R=31.89%
G=46.49%
B=21.62%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5986400.3100.530.6695.2236.5124.71
Hex3B56281F035425f2519
Octal7312650370651021374531
Binary11101110101101010001111101101011000010101111110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,86,40); }

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

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

 a { background-color: rgb(59,86,40); }

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

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

 span { border-color: rgb(59,86,40); }

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