#3B4235

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

Shades of Mallard #3B4235

Tints of Mallard #3B4235

Color information

#3B4235 (or 0x3B4235) is unknown color: approx Mallard. HEX triplet: 3B, 42 and 35. RGB value is (59,66,53). Sum of RGB (Red+Green+Blue) = 59+66+53=178 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.15% from 178); Green value is 66 (26.17% from 255 or 37.08% from 178); Blue value is 53 (21.09% from 255 or 29.78% from 178); Max value from RGB is 66 - color contains mainly: green. Hex color #3B4235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4235 is #C4BDCA. Grayscale: #3E3E3E. Windows color (decimal): -12893643 or 3490363. OLE color: 3490363.

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

Color convert

RGB596653-
CMYK0.1100.200.74
HSL92.31º10.92%23.33%-
HSV(B)92.31º19.7%25.88%-
XYZ4.395.084.12-
YUV62.42122.68125.56-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 33.15%
GREEN value IS 66 (26.17% from 255) = 37.08%
BLUE value IS 53 (21.09% from 255) = 29.78%
R=33.15%
G=37.08%
B=29.78%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5966530.1100.200.7492.3110.9223.33
Hex3B4235B0144A5cb17
Octal7310265130241121341327
Binary1110111000010110101101101010010010101011100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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