#3B4233

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

Shades of Mallard #3B4233

Tints of Mallard #3B4233

Color information

#3B4233 (or 0x3B4233) is unknown color: approx Mallard. HEX triplet: 3B, 42 and 33. RGB value is (59,66,51). Sum of RGB (Red+Green+Blue) = 59+66+51=176 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.52% from 176); Green value is 66 (26.17% from 255 or 37.5% from 176); Blue value is 51 (20.31% from 255 or 28.98% from 176); Max value from RGB is 66 - color contains mainly: green. Hex color #3B4233 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4233 is #C4BDCC. Grayscale: #3E3E3E. Windows color (decimal): -12893645 or 3359291. OLE color: 3359291.

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

Color convert

RGB596651-
CMYK0.1100.230.74
HSL88º12.82%22.94%-
HSV(B)88º22.73%25.88%-
XYZ4.355.073.88-
YUV62.2121.68125.72-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 33.52%
GREEN value IS 66 (26.17% from 255) = 37.5%
BLUE value IS 51 (20.31% from 255) = 28.98%
R=33.52%
G=37.5%
B=28.98%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5966510.1100.230.748812.8222.94
Hex3B4233B0174A58d17
Octal7310263130271121301527
Binary1110111000010110011101101011110010101011000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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