#3C532A

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

Shades of Mallard #3C532A

Tints of Mallard #3C532A

Color information

#3C532A (or 0x3C532A) is unknown color: approx Mallard. HEX triplet: 3C, 53 and 2A. RGB value is (60,83,42). Sum of RGB (Red+Green+Blue) = 60+83+42=185 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.43% from 185); Green value is 83 (32.81% from 255 or 44.86% from 185); Blue value is 42 (16.80% from 255 or 22.70% from 185); Max value from RGB is 83 - color contains mainly: green. Hex color #3C532A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C532A is #C3ACD5. Grayscale: #474747. Windows color (decimal): -12823766 or 2773820. OLE color: 2773820.

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

Color convert

RGB608342-
CMYK0.2800.490.67
HSL93.66º32.8%24.51%-
HSV(B)93.66º49.4%32.55%-
XYZ5.377.313.32-
YUV71.45111.38119.83-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 32.43%
GREEN value IS 83 (32.81% from 255) = 44.86%
BLUE value IS 42 (16.80% from 255) = 22.70%
R=32.43%
G=44.86%
B=22.70%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6083420.2800.490.6793.6632.824.51
Hex3C532A1C031435e2119
Octal7412352340611031364131
Binary11110010100111010101110001100011000011101111010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C532A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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