#3B4F2E

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

Shades of Mallard #3B4F2E

Tints of Mallard #3B4F2E

Color information

#3B4F2E (or 0x3B4F2E) is unknown color: approx Mallard. HEX triplet: 3B, 4F and 2E. RGB value is (59,79,46). Sum of RGB (Red+Green+Blue) = 59+79+46=184 (24% of max value = 765). Red value is 59 (23.44% from 255 or 32.07% from 184); Green value is 79 (31.25% from 255 or 42.93% from 184); Blue value is 46 (18.36% from 255 or 25% from 184); Max value from RGB is 79 - color contains mainly: green. Hex color #3B4F2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B4F2E is #C4B0D1. Grayscale: #454545. Windows color (decimal): -12890322 or 3034939. OLE color: 3034939.

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

Color convert

RGB597946-
CMYK0.2500.420.69
HSL96.36º26.4%24.51%-
HSV(B)96.36º41.77%30.98%-
XYZ5.096.723.61-
YUV69.26114.87120.68-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 32.07%
GREEN value IS 79 (31.25% from 255) = 42.93%
BLUE value IS 46 (18.36% from 255) = 25%
R=32.07%
G=42.93%
B=25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5979460.2500.420.6996.3626.424.51
Hex3B4F2E1902A45601a19
Octal7311756310521051403231
Binary1110111001111101110110010101010100010111000001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,79,46); }

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

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

 a { background-color: rgb(59,79,46); }

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

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

 span { border-color: rgb(59,79,46); }

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