#3B4E2C

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

Shades of Mallard #3B4E2C

Tints of Mallard #3B4E2C

Color information

#3B4E2C (or 0x3B4E2C) is unknown color: approx Mallard. HEX triplet: 3B, 4E and 2C. RGB value is (59,78,44). Sum of RGB (Red+Green+Blue) = 59+78+44=181 (23% of max value = 765). Red value is 59 (23.44% from 255 or 32.60% from 181); Green value is 78 (30.86% from 255 or 43.09% from 181); Blue value is 44 (17.58% from 255 or 24.31% from 181); Max value from RGB is 78 - color contains mainly: green. Hex color #3B4E2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B4E2C is #C4B1D3. Grayscale: #444444. Windows color (decimal): -12890580 or 2903611. OLE color: 2903611.

HSL color Cylindrical-coordinate representation of color #3B4E2C: hue angle of 93.53º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3B4E2C is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB597844-
CMYK0.2400.440.69
HSL93.53º27.87%23.92%-
HSV(B)93.53º43.59%30.59%-
XYZ4.986.563.39-
YUV68.44114.21121.26-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 32.60%
GREEN value IS 78 (30.86% from 255) = 43.09%
BLUE value IS 44 (17.58% from 255) = 24.31%
R=32.60%
G=43.09%
B=24.31%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5978440.2400.440.6993.5327.8723.92
Hex3B4E2C1802C455e1c18
Octal7311654300541051363430
Binary1110111001110101100110000101100100010110111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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