#3C552A

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

Shades of Mallard #3C552A

Tints of Mallard #3C552A

Color information

#3C552A (or 0x3C552A) is unknown color: approx Mallard. HEX triplet: 3C, 55 and 2A. RGB value is (60,85,42). Sum of RGB (Red+Green+Blue) = 60+85+42=187 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.09% from 187); Green value is 85 (33.59% from 255 or 45.45% from 187); Blue value is 42 (16.80% from 255 or 22.46% from 187); Max value from RGB is 85 - color contains mainly: green. Hex color #3C552A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C552A is #C3AAD5. Grayscale: #484848. Windows color (decimal): -12823254 or 2774332. OLE color: 2774332.

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

Color convert

RGB608542-
CMYK0.2900.510.67
HSL94.88º33.86%24.9%-
HSV(B)94.88º50.59%33.33%-
XYZ5.537.623.37-
YUV72.62110.72119-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 32.09%
GREEN value IS 85 (33.59% from 255) = 45.45%
BLUE value IS 42 (16.80% from 255) = 22.46%
R=32.09%
G=45.45%
B=22.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6085420.2900.510.6794.8833.8624.9
Hex3C552A1D033435f2219
Octal7412552350631031374231
Binary11110010101011010101110101100111000011101111110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C552A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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