#3B4136

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

Shades of Mallard #3B4136

Tints of Mallard #3B4136

Color information

#3B4136 (or 0x3B4136) is unknown color: approx Mallard. HEX triplet: 3B, 41 and 36. RGB value is (59,65,54). Sum of RGB (Red+Green+Blue) = 59+65+54=178 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.15% from 178); Green value is 65 (25.78% from 255 or 36.52% from 178); Blue value is 54 (21.48% from 255 or 30.34% from 178); Max value from RGB is 65 - color contains mainly: green. Hex color #3B4136 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4136 is #C4BEC9. Grayscale: #3D3D3D. Windows color (decimal): -12893898 or 3555643. OLE color: 3555643.

HSL color Cylindrical-coordinate representation of color #3B4136: hue angle of 92.73º degrees, saturation: 0.09, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #3B4136 is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.75.

Color convert

RGB596554-
CMYK0.0900.170.75
HSL92.73º9.24%23.33%-
HSV(B)92.73º16.92%25.49%-
XYZ4.364.984.22-
YUV61.95123.51125.89-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 33.15%
GREEN value IS 65 (25.78% from 255) = 36.52%
BLUE value IS 54 (21.48% from 255) = 30.34%
R=33.15%
G=36.52%
B=30.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5965540.0900.170.7592.739.2423.33
Hex3B413690114B5d917
Octal7310166110211131351127
Binary1110111000001110110100101000110010111011101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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