#3C4039

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

Shades of Mallard #3C4039

Tints of Mallard #3C4039

Color information

#3C4039 (or 0x3C4039) is unknown color: approx Mallard. HEX triplet: 3C, 40 and 39. RGB value is (60,64,57). Sum of RGB (Red+Green+Blue) = 60+64+57=181 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.15% from 181); Green value is 64 (25.39% from 255 or 35.36% from 181); Blue value is 57 (22.66% from 255 or 31.49% from 181); Max value from RGB is 64 - color contains mainly: green. Hex color #3C4039 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4039 is #C3BFC6. Grayscale: #3E3E3E. Windows color (decimal): -12828615 or 3751996. OLE color: 3751996.

HSL color Cylindrical-coordinate representation of color #3C4039: hue angle of 94.29º degrees, saturation: 0.06, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #3C4039 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB606457-
CMYK0.0600.110.75
HSL94.29º5.79%23.73%-
HSV(B)94.29º10.94%25.1%-
XYZ4.444.924.59-
YUV62.01125.17126.57-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 33.15%
GREEN value IS 64 (25.39% from 255) = 35.36%
BLUE value IS 57 (22.66% from 255) = 31.49%
R=33.15%
G=35.36%
B=31.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6064570.0600.110.7594.295.7923.73
Hex3C403960B4B5e618
Octal74100716013113136630
Binary1111001000000111001110010111001011101111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,64,57); }

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

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

 a { background-color: rgb(60,64,57); }

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

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

 span { border-color: rgb(60,64,57); }

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