#3D552C

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

Shades of Mallard #3D552C

Tints of Mallard #3D552C

Color information

#3D552C (or 0x3D552C) is unknown color: approx Mallard. HEX triplet: 3D, 55 and 2C. RGB value is (61,85,44). Sum of RGB (Red+Green+Blue) = 61+85+44=190 (25% of max value = 765). Red value is 61 (24.22% from 255 or 32.11% from 190); Green value is 85 (33.59% from 255 or 44.74% from 190); Blue value is 44 (17.58% from 255 or 23.16% from 190); Max value from RGB is 85 - color contains mainly: green. Hex color #3D552C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D552C is #C2AAD3. Grayscale: #494949. Windows color (decimal): -12757716 or 2905405. OLE color: 2905405.

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

Color convert

RGB618544-
CMYK0.2800.480.67
HSL95.12º31.78%25.29%-
HSV(B)95.12º48.24%33.33%-
XYZ5.637.673.57-
YUV73.15111.55119.33-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 32.11%
GREEN value IS 85 (33.59% from 255) = 44.74%
BLUE value IS 44 (17.58% from 255) = 23.16%
R=32.11%
G=44.74%
B=23.16%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6185440.2800.480.6795.1231.7825.29
Hex3D552C1C030435f2019
Octal7512554340601031374031
Binary11110110101011011001110001100001000011101111110000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D552C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,85,44); }

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

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

 a { background-color: rgb(61,85,44); }

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

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

 span { border-color: rgb(61,85,44); }

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