#3C502C

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

Shades of Mallard #3C502C

Tints of Mallard #3C502C

Color information

#3C502C (or 0x3C502C) is unknown color: approx Mallard. HEX triplet: 3C, 50 and 2C. RGB value is (60,80,44). Sum of RGB (Red+Green+Blue) = 60+80+44=184 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.61% from 184); Green value is 80 (31.64% from 255 or 43.48% from 184); Blue value is 44 (17.58% from 255 or 23.91% from 184); Max value from RGB is 80 - color contains mainly: green. Hex color #3C502C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C502C is #C3AFD3. Grayscale: #464646. Windows color (decimal): -12824532 or 2904124. OLE color: 2904124.

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

Color convert

RGB608044-
CMYK0.2500.450.69
HSL93.33º29.03%24.31%-
HSV(B)93.33º45%31.37%-
XYZ5.196.883.44-
YUV69.92113.37120.93-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 32.61%
GREEN value IS 80 (31.64% from 255) = 43.48%
BLUE value IS 44 (17.58% from 255) = 23.91%
R=32.61%
G=43.48%
B=23.91%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6080440.2500.450.6993.3329.0324.31
Hex3C502C1902D455d1d18
Octal7412054310551051353530
Binary1111001010000101100110010101101100010110111011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C502C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,80,44); }

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

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

 a { background-color: rgb(60,80,44); }

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

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

 span { border-color: rgb(60,80,44); }

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