#3B4F2C

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

Shades of Mallard #3B4F2C

Tints of Mallard #3B4F2C

Color information

#3B4F2C (or 0x3B4F2C) is unknown color: approx Mallard. HEX triplet: 3B, 4F and 2C. RGB value is (59,79,44). Sum of RGB (Red+Green+Blue) = 59+79+44=182 (24% of max value = 765). Red value is 59 (23.44% from 255 or 32.42% from 182); Green value is 79 (31.25% from 255 or 43.41% from 182); Blue value is 44 (17.58% from 255 or 24.18% from 182); Max value from RGB is 79 - color contains mainly: green. Hex color #3B4F2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B4F2C is #C4B0D3. Grayscale: #454545. Windows color (decimal): -12890324 or 2903867. OLE color: 2903867.

HSL color Cylindrical-coordinate representation of color #3B4F2C: hue angle of 94.29º 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 #3B4F2C is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB597944-
CMYK0.2500.440.69
HSL94.29º28.46%24.12%-
HSV(B)94.29º44.3%30.98%-
XYZ5.056.73.41-
YUV69.03113.87120.85-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 32.42%
GREEN value IS 79 (31.25% from 255) = 43.41%
BLUE value IS 44 (17.58% from 255) = 24.18%
R=32.42%
G=43.41%
B=24.18%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5979440.2500.440.6994.2928.4624.12
Hex3B4F2C1902C455e1c18
Octal7311754310541051363430
Binary1110111001111101100110010101100100010110111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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