#3D413A

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

Shades of Mallard #3D413A

Tints of Mallard #3D413A

Color information

#3D413A (or 0x3D413A) is unknown color: approx Mallard. HEX triplet: 3D, 41 and 3A. RGB value is (61,65,58). Sum of RGB (Red+Green+Blue) = 61+65+58=184 (24% of max value = 765). Red value is 61 (24.22% from 255 or 33.15% from 184); Green value is 65 (25.78% from 255 or 35.33% from 184); Blue value is 58 (23.05% from 255 or 31.52% from 184); Max value from RGB is 65 - color contains mainly: green. Hex color #3D413A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D413A is #C2BEC5. Grayscale: #3F3F3F. Windows color (decimal): -12762822 or 3817789. OLE color: 3817789.

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

Color convert

RGB616558-
CMYK0.0600.110.75
HSL94.29º5.69%24.12%-
HSV(B)94.29º10.77%25.49%-
XYZ4.585.084.74-
YUV63.01125.17126.57-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 33.15%
GREEN value IS 65 (25.78% from 255) = 35.33%
BLUE value IS 58 (23.05% from 255) = 31.52%
R=33.15%
G=35.33%
B=31.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6165580.0600.110.7594.295.6924.12
Hex3D413A60B4B5e618
Octal75101726013113136630
Binary1111011000001111010110010111001011101111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D413A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,65,58); }

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

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

 a { background-color: rgb(61,65,58); }

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

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

 span { border-color: rgb(61,65,58); }

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