#3C4139

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

Shades of Mallard #3C4139

Tints of Mallard #3C4139

Color information

#3C4139 (or 0x3C4139) is unknown color: approx Mallard. HEX triplet: 3C, 41 and 39. RGB value is (60,65,57). Sum of RGB (Red+Green+Blue) = 60+65+57=182 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.97% from 182); Green value is 65 (25.78% from 255 or 35.71% from 182); Blue value is 57 (22.66% from 255 or 31.32% from 182); Max value from RGB is 65 - color contains mainly: green. Hex color #3C4139 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4139 is #C3BEC6. Grayscale: #3E3E3E. Windows color (decimal): -12828359 or 3752252. OLE color: 3752252.

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

Color convert

RGB606557-
CMYK0.0800.120.75
HSL97.5º6.56%23.92%-
HSV(B)97.5º12.31%25.49%-
XYZ4.495.044.61-
YUV62.59124.84126.15-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 32.97%
GREEN value IS 65 (25.78% from 255) = 35.71%
BLUE value IS 57 (22.66% from 255) = 31.32%
R=32.97%
G=35.71%
B=31.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6065570.0800.120.7597.56.5623.92
Hex3C413980C4B62718
Octal741017110014113142730
Binary11110010000011110011000011001001011110001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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