#3D403B

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

Shades of Mallard #3D403B

Tints of Mallard #3D403B

Color information

#3D403B (or 0x3D403B) is unknown color: approx Mallard. HEX triplet: 3D, 40 and 3B. RGB value is (61,64,59). Sum of RGB (Red+Green+Blue) = 61+64+59=184 (24% of max value = 765). Red value is 61 (24.22% from 255 or 33.15% from 184); Green value is 64 (25.39% from 255 or 34.78% from 184); Blue value is 59 (23.44% from 255 or 32.07% from 184); Max value from RGB is 64 - color contains mainly: green. Hex color #3D403B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D403B is #C2BFC4. Grayscale: #3E3E3E. Windows color (decimal): -12763077 or 3883069. OLE color: 3883069.

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

Color convert

RGB616459-
CMYK0.0500.080.75
HSL96º4.07%24.12%-
HSV(B)96º7.81%25.1%-
XYZ4.554.974.86-
YUV62.53126.01126.91-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 33.15%
GREEN value IS 64 (25.39% from 255) = 34.78%
BLUE value IS 59 (23.44% from 255) = 32.07%
R=33.15%
G=34.78%
B=32.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6164590.0500.080.75964.0724.12
Hex3D403B5084B60418
Octal75100735010113140430
Binary1111011000000111011101010001001011110000010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D403B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,64,59); }

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

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

 a { background-color: rgb(61,64,59); }

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

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

 span { border-color: rgb(61,64,59); }

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