#3B4931

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

Shades of Mallard #3B4931

Tints of Mallard #3B4931

Color information

#3B4931 (or 0x3B4931) is unknown color: approx Mallard. HEX triplet: 3B, 49 and 31. RGB value is (59,73,49). Sum of RGB (Red+Green+Blue) = 59+73+49=181 (23% of max value = 765). Red value is 59 (23.44% from 255 or 32.60% from 181); Green value is 73 (28.91% from 255 or 40.33% from 181); Blue value is 49 (19.53% from 255 or 27.07% from 181); Max value from RGB is 73 - color contains mainly: green. Hex color #3B4931 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4931 is #C4B6CE. Grayscale: #424242. Windows color (decimal): -12891855 or 3230011. OLE color: 3230011.

HSL color Cylindrical-coordinate representation of color #3B4931: hue angle of 95º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3B4931 is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.71.

Color convert

RGB597349-
CMYK0.1900.330.71
HSL95º19.67%23.92%-
HSV(B)95º32.88%28.63%-
XYZ4.745.923.8-
YUV66.08118.36122.95-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 32.60%
GREEN value IS 73 (28.91% from 255) = 40.33%
BLUE value IS 49 (19.53% from 255) = 27.07%
R=32.60%
G=40.33%
B=27.07%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5973490.1900.330.719519.6723.92
Hex3B493113021475f1418
Octal7311161230411071372430
Binary1110111001001110001100110100001100011110111111010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,73,49); }

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

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

 a { background-color: rgb(59,73,49); }

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

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

 span { border-color: rgb(59,73,49); }

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