#3D502D

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

Shades of Mallard #3D502D

Tints of Mallard #3D502D

Color information

#3D502D (or 0x3D502D) is unknown color: approx Mallard. HEX triplet: 3D, 50 and 2D. RGB value is (61,80,45). Sum of RGB (Red+Green+Blue) = 61+80+45=186 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.80% from 186); Green value is 80 (31.64% from 255 or 43.01% from 186); Blue value is 45 (17.97% from 255 or 24.19% from 186); Max value from RGB is 80 - color contains mainly: green. Hex color #3D502D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D502D is #C2AFD2. Grayscale: #464646. Windows color (decimal): -12758995 or 2969661. OLE color: 2969661.

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

Color convert

RGB618045-
CMYK0.2400.440.69
HSL92.57º28%24.51%-
HSV(B)92.57º43.75%31.37%-
XYZ5.276.923.54-
YUV70.33113.71121.35-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 32.80%
GREEN value IS 80 (31.64% from 255) = 43.01%
BLUE value IS 45 (17.97% from 255) = 24.19%
R=32.80%
G=43.01%
B=24.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6180450.2400.440.6992.572824.51
Hex3D502D1802C455d1c19
Octal7512055300541051353431
Binary1111011010000101101110000101100100010110111011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D502D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,80,45); }

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

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

 a { background-color: rgb(61,80,45); }

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

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

 span { border-color: rgb(61,80,45); }

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