#3C4F2E

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

Shades of Mallard #3C4F2E

Tints of Mallard #3C4F2E

Color information

#3C4F2E (or 0x3C4F2E) is unknown color: approx Mallard. HEX triplet: 3C, 4F and 2E. RGB value is (60,79,46). Sum of RGB (Red+Green+Blue) = 60+79+46=185 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.43% from 185); Green value is 79 (31.25% from 255 or 42.70% from 185); Blue value is 46 (18.36% from 255 or 24.86% from 185); Max value from RGB is 79 - color contains mainly: green. Hex color #3C4F2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C4F2E is #C3B0D1. Grayscale: #454545. Windows color (decimal): -12824786 or 3034940. OLE color: 3034940.

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

Color convert

RGB607946-
CMYK0.2400.420.69
HSL94.55º26.4%24.51%-
HSV(B)94.55º41.77%30.98%-
XYZ5.156.753.62-
YUV69.56114.71121.18-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 32.43%
GREEN value IS 79 (31.25% from 255) = 42.70%
BLUE value IS 46 (18.36% from 255) = 24.86%
R=32.43%
G=42.70%
B=24.86%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6079460.2400.420.6994.5526.424.51
Hex3C4F2E1802A455f1a19
Octal7411756300521051373231
Binary1111001001111101110110000101010100010110111111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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