#3D4832

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

Shades of Mallard #3D4832

Tints of Mallard #3D4832

Color information

#3D4832 (or 0x3D4832) is unknown color: approx Mallard. HEX triplet: 3D, 48 and 32. RGB value is (61,72,50). Sum of RGB (Red+Green+Blue) = 61+72+50=183 (24% of max value = 765). Red value is 61 (24.22% from 255 or 33.33% from 183); Green value is 72 (28.52% from 255 or 39.34% from 183); Blue value is 50 (19.92% from 255 or 27.32% from 183); Max value from RGB is 72 - color contains mainly: green. Hex color #3D4832 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4832 is #C2B7CD. Grayscale: #424242. Windows color (decimal): -12761038 or 3295293. OLE color: 3295293.

HSL color Cylindrical-coordinate representation of color #3D4832: hue angle of 90º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3D4832 is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.72.

Color convert

RGB617250-
CMYK0.1500.310.72
HSL90º18.03%23.92%-
HSV(B)90º30.56%28.24%-
XYZ4.825.863.89-
YUV66.2118.86124.29-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 33.33%
GREEN value IS 72 (28.52% from 255) = 39.34%
BLUE value IS 50 (19.92% from 255) = 27.32%
R=33.33%
G=39.34%
B=27.32%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6172500.1500.310.729018.0323.92
Hex3D4832F01F485a1218
Octal7511062170371101322230
Binary11110110010001100101111011111100100010110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,72,50); }

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

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

 a { background-color: rgb(61,72,50); }

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

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

 span { border-color: rgb(61,72,50); }

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