#3B4B2C

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

Shades of Mallard #3B4B2C

Tints of Mallard #3B4B2C

Color information

#3B4B2C (or 0x3B4B2C) is unknown color: approx Mallard. HEX triplet: 3B, 4B and 2C. RGB value is (59,75,44). Sum of RGB (Red+Green+Blue) = 59+75+44=178 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.15% from 178); Green value is 75 (29.69% from 255 or 42.13% from 178); Blue value is 44 (17.58% from 255 or 24.72% from 178); Max value from RGB is 75 - color contains mainly: green. Hex color #3B4B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4B2C is #C4B4D3. Grayscale: #424242. Windows color (decimal): -12891348 or 2902843. OLE color: 2902843.

HSL color Cylindrical-coordinate representation of color #3B4B2C: hue angle of 90.97º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3B4B2C is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.71.

Color convert

RGB597544-
CMYK0.2100.410.71
HSL90.97º26.05%23.33%-
HSV(B)90.97º41.33%29.41%-
XYZ4.776.143.32-
YUV66.68115.2122.52-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 33.15%
GREEN value IS 75 (29.69% from 255) = 42.13%
BLUE value IS 44 (17.58% from 255) = 24.72%
R=33.15%
G=42.13%
B=24.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5975440.2100.410.7190.9726.0523.33
Hex3B4B2C15029475b1a17
Octal7311354250511071333227
Binary1110111001011101100101010101001100011110110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,75,44); }

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

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

 a { background-color: rgb(59,75,44); }

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

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

 span { border-color: rgb(59,75,44); }

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