#3C532D

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

Shades of Mallard #3C532D

Tints of Mallard #3C532D

Color information

#3C532D (or 0x3C532D) is unknown color: approx Mallard. HEX triplet: 3C, 53 and 2D. RGB value is (60,83,45). Sum of RGB (Red+Green+Blue) = 60+83+45=188 (24% of max value = 765). Red value is 60 (23.83% from 255 or 31.91% from 188); Green value is 83 (32.81% from 255 or 44.15% from 188); Blue value is 45 (17.97% from 255 or 23.94% from 188); Max value from RGB is 83 - color contains mainly: green. Hex color #3C532D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C532D is #C3ACD2. Grayscale: #474747. Windows color (decimal): -12823763 or 2970428. OLE color: 2970428.

HSL color Cylindrical-coordinate representation of color #3C532D: hue angle of 96.32º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3C532D is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB608345-
CMYK0.2800.460.67
HSL96.32º29.69%25.1%-
HSV(B)96.32º45.78%32.55%-
XYZ5.437.343.61-
YUV71.79112.88119.59-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 31.91%
GREEN value IS 83 (32.81% from 255) = 44.15%
BLUE value IS 45 (17.97% from 255) = 23.94%
R=31.91%
G=44.15%
B=23.94%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6083450.2800.460.6796.3229.6925.1
Hex3C532D1C02E43601e19
Octal7412355340561031403631
Binary1111001010011101101111000101110100001111000001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C532D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,83,45); }

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

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

 a { background-color: rgb(60,83,45); }

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

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

 span { border-color: rgb(60,83,45); }

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