#3D4537

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

Shades of Mallard #3D4537

Tints of Mallard #3D4537

Color information

#3D4537 (or 0x3D4537) is unknown color: approx Mallard. HEX triplet: 3D, 45 and 37. RGB value is (61,69,55). Sum of RGB (Red+Green+Blue) = 61+69+55=185 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.97% from 185); Green value is 69 (27.34% from 255 or 37.30% from 185); Blue value is 55 (21.88% from 255 or 29.73% from 185); Max value from RGB is 69 - color contains mainly: green. Hex color #3D4537 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4537 is #C2BAC8. Grayscale: #414141. Windows color (decimal): -12761801 or 3622205. OLE color: 3622205.

HSL color Cylindrical-coordinate representation of color #3D4537: hue angle of 94.29º degrees, saturation: 0.11, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #3D4537 is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.73.

Color convert

RGB616955-
CMYK0.1200.200.73
HSL94.29º11.29%24.31%-
HSV(B)94.29º20.29%27.06%-
XYZ4.745.524.43-
YUV65.01122.35125.14-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 32.97%
GREEN value IS 69 (27.34% from 255) = 37.30%
BLUE value IS 55 (21.88% from 255) = 29.73%
R=32.97%
G=37.30%
B=29.73%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6169550.1200.200.7394.2911.2924.31
Hex3D4537C014495eb18
Octal7510567140241111361330
Binary1111011000101110111110001010010010011011110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,69,55); }

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

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

 a { background-color: rgb(61,69,55); }

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

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

 span { border-color: rgb(61,69,55); }

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