#3D4C34

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

Shades of Mallard #3D4C34

Tints of Mallard #3D4C34

Color information

#3D4C34 (or 0x3D4C34) is unknown color: approx Mallard. HEX triplet: 3D, 4C and 34. RGB value is (61,76,52). Sum of RGB (Red+Green+Blue) = 61+76+52=189 (25% of max value = 765). Red value is 61 (24.22% from 255 or 32.28% from 189); Green value is 76 (30.08% from 255 or 40.21% from 189); Blue value is 52 (20.70% from 255 or 27.51% from 189); Max value from RGB is 76 - color contains mainly: green. Hex color #3D4C34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4C34 is #C2B3CB. Grayscale: #444444. Windows color (decimal): -12760012 or 3427389. OLE color: 3427389.

HSL color Cylindrical-coordinate representation of color #3D4C34: hue angle of 97.5º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3D4C34 is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.70.

Color convert

RGB617652-
CMYK0.2000.320.70
HSL97.5º18.75%25.1%-
HSV(B)97.5º31.58%29.8%-
XYZ5.136.414.22-
YUV68.78118.53122.45-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 32.28%
GREEN value IS 76 (30.08% from 255) = 40.21%
BLUE value IS 52 (20.70% from 255) = 27.51%
R=32.28%
G=40.21%
B=27.51%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6176520.2000.320.7097.518.7525.1
Hex3D4C341402046621319
Octal7511464240401061422331
Binary1111011001100110100101000100000100011011000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,76,52); }

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

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

 a { background-color: rgb(61,76,52); }

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

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

 span { border-color: rgb(61,76,52); }

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