#3D502B

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

Shades of Mallard #3D502B

Tints of Mallard #3D502B

Color information

#3D502B (or 0x3D502B) is unknown color: approx Mallard. HEX triplet: 3D, 50 and 2B. RGB value is (61,80,43). Sum of RGB (Red+Green+Blue) = 61+80+43=184 (24% of max value = 765). Red value is 61 (24.22% from 255 or 33.15% from 184); Green value is 80 (31.64% from 255 or 43.48% from 184); Blue value is 43 (17.19% from 255 or 23.37% from 184); Max value from RGB is 80 - color contains mainly: green. Hex color #3D502B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D502B is #C2AFD4. Grayscale: #464646. Windows color (decimal): -12758997 or 2838589. OLE color: 2838589.

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

Color convert

RGB618043-
CMYK0.2400.460.69
HSL90.81º30.08%24.12%-
HSV(B)90.81º46.25%31.37%-
XYZ5.236.93.34-
YUV70.1112.71121.51-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 33.15%
GREEN value IS 80 (31.64% from 255) = 43.48%
BLUE value IS 43 (17.19% from 255) = 23.37%
R=33.15%
G=43.48%
B=23.37%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6180430.2400.460.6990.8130.0824.12
Hex3D502B1802E455b1e18
Octal7512053300561051333630
Binary1111011010000101011110000101110100010110110111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D502B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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