#3D4B31

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

Shades of Mallard #3D4B31

Tints of Mallard #3D4B31

Color information

#3D4B31 (or 0x3D4B31) is unknown color: approx Mallard. HEX triplet: 3D, 4B and 31. RGB value is (61,75,49). Sum of RGB (Red+Green+Blue) = 61+75+49=185 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.97% from 185); Green value is 75 (29.69% from 255 or 40.54% from 185); Blue value is 49 (19.53% from 255 or 26.49% from 185); Max value from RGB is 75 - color contains mainly: green. Hex color #3D4B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4B31 is #C2B4CE. Grayscale: #434343. Windows color (decimal): -12760271 or 3230525. OLE color: 3230525.

HSL color Cylindrical-coordinate representation of color #3D4B31: hue angle of 92.31º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3D4B31 is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.71.

Color convert

RGB617549-
CMYK0.1900.350.71
HSL92.31º20.97%24.31%-
HSV(B)92.31º34.67%29.41%-
XYZ4.996.253.85-
YUV67.85117.36123.11-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 32.97%
GREEN value IS 75 (29.69% from 255) = 40.54%
BLUE value IS 49 (19.53% from 255) = 26.49%
R=32.97%
G=40.54%
B=26.49%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6175490.1900.350.7192.3120.9724.31
Hex3D4B3113023475c1518
Octal7511361230431071342530
Binary1111011001011110001100110100011100011110111001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,75,49); }

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

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

 a { background-color: rgb(61,75,49); }

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

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

 span { border-color: rgb(61,75,49); }

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