#3B4236

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

Shades of Mallard #3B4236

Tints of Mallard #3B4236

Color information

#3B4236 (or 0x3B4236) is unknown color: approx Mallard. HEX triplet: 3B, 42 and 36. RGB value is (59,66,54). Sum of RGB (Red+Green+Blue) = 59+66+54=179 (23% of max value = 765). Red value is 59 (23.44% from 255 or 32.96% from 179); Green value is 66 (26.17% from 255 or 36.87% from 179); Blue value is 54 (21.48% from 255 or 30.17% from 179); Max value from RGB is 66 - color contains mainly: green. Hex color #3B4236 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4236 is #C4BDC9. Grayscale: #3E3E3E. Windows color (decimal): -12893642 or 3555899. OLE color: 3555899.

HSL color Cylindrical-coordinate representation of color #3B4236: hue angle of 95º degrees, saturation: 0.1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #3B4236 is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.74.

Color convert

RGB596654-
CMYK0.1100.180.74
HSL95º10%23.53%-
HSV(B)95º18.18%25.88%-
XYZ4.425.094.24-
YUV62.54123.18125.48-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 32.96%
GREEN value IS 66 (26.17% from 255) = 36.87%
BLUE value IS 54 (21.48% from 255) = 30.17%
R=32.96%
G=36.87%
B=30.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5966540.1100.180.74951023.53
Hex3B4236B0124A5fa18
Octal7310266130221121371230
Binary1110111000010110110101101001010010101011111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,66,54); }

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

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

 a { background-color: rgb(59,66,54); }

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

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

 span { border-color: rgb(59,66,54); }

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