#3C4338

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

Shades of Mallard #3C4338

Tints of Mallard #3C4338

Color information

#3C4338 (or 0x3C4338) is unknown color: approx Mallard. HEX triplet: 3C, 43 and 38. RGB value is (60,67,56). Sum of RGB (Red+Green+Blue) = 60+67+56=183 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.79% from 183); Green value is 67 (26.56% from 255 or 36.61% from 183); Blue value is 56 (22.27% from 255 or 30.60% from 183); Max value from RGB is 67 - color contains mainly: green. Hex color #3C4338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4338 is #C3BCC7. Grayscale: #3F3F3F. Windows color (decimal): -12827848 or 3687228. OLE color: 3687228.

HSL color Cylindrical-coordinate representation of color #3C4338: hue angle of 98.18º degrees, saturation: 0.09, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #3C4338 is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.74.

Color convert

RGB606756-
CMYK0.1000.160.74
HSL98.18º8.94%24.12%-
HSV(B)98.18º16.42%26.27%-
XYZ4.585.264.52-
YUV63.65123.68125.39-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 32.79%
GREEN value IS 67 (26.56% from 255) = 36.61%
BLUE value IS 56 (22.27% from 255) = 30.60%
R=32.79%
G=36.61%
B=30.60%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6067560.1000.160.7498.188.9424.12
Hex3C4338A0104A62918
Octal7410370120201121421130
Binary1111001000011111000101001000010010101100010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,67,56); }

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

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

 a { background-color: rgb(60,67,56); }

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

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

 span { border-color: rgb(60,67,56); }

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