#3C4634

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

Shades of Mallard #3C4634

Tints of Mallard #3C4634

Color information

#3C4634 (or 0x3C4634) is unknown color: approx Mallard. HEX triplet: 3C, 46 and 34. RGB value is (60,70,52). Sum of RGB (Red+Green+Blue) = 60+70+52=182 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.97% from 182); Green value is 70 (27.73% from 255 or 38.46% from 182); Blue value is 52 (20.70% from 255 or 28.57% from 182); Max value from RGB is 70 - color contains mainly: green. Hex color #3C4634 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4634 is #C3B9CB. Grayscale: #414141. Windows color (decimal): -12827084 or 3425852. OLE color: 3425852.

HSL color Cylindrical-coordinate representation of color #3C4634: hue angle of 93.33º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3C4634 is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.73.

Color convert

RGB607052-
CMYK0.1400.260.73
HSL93.33º14.75%23.92%-
HSV(B)93.33º25.71%27.45%-
XYZ4.675.594.08-
YUV64.96120.69124.46-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 32.97%
GREEN value IS 70 (27.73% from 255) = 38.46%
BLUE value IS 52 (20.70% from 255) = 28.57%
R=32.97%
G=38.46%
B=28.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6070520.1400.260.7393.3314.7523.92
Hex3C4634E01A495df18
Octal7410664160321111351730
Binary1111001000110110100111001101010010011011101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,70,52); }

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

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

 a { background-color: rgb(60,70,52); }

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

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

 span { border-color: rgb(60,70,52); }

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