#3C4D2E

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

Shades of Mallard #3C4D2E

Tints of Mallard #3C4D2E

Color information

#3C4D2E (or 0x3C4D2E) is unknown color: approx Mallard. HEX triplet: 3C, 4D and 2E. RGB value is (60,77,46). Sum of RGB (Red+Green+Blue) = 60+77+46=183 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.79% from 183); Green value is 77 (30.47% from 255 or 42.08% from 183); Blue value is 46 (18.36% from 255 or 25.14% from 183); Max value from RGB is 77 - color contains mainly: green. Hex color #3C4D2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C4D2E is #C3B2D1. Grayscale: #444444. Windows color (decimal): -12825298 or 3034428. OLE color: 3034428.

HSL color Cylindrical-coordinate representation of color #3C4D2E: hue angle of 92.9º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3C4D2E is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.70.

Color convert

RGB607746-
CMYK0.2200.400.70
HSL92.9º25.2%24.12%-
HSV(B)92.9º40.26%30.2%-
XYZ5.016.473.57-
YUV68.38115.37122.02-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 32.79%
GREEN value IS 77 (30.47% from 255) = 42.08%
BLUE value IS 46 (18.36% from 255) = 25.14%
R=32.79%
G=42.08%
B=25.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6077460.2200.400.7092.925.224.12
Hex3C4D2E16028465d1918
Octal7411556260501061353130
Binary1111001001101101110101100101000100011010111011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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