#3B502D

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

Shades of Mallard #3B502D

Tints of Mallard #3B502D

Color information

#3B502D (or 0x3B502D) is unknown color: approx Mallard. HEX triplet: 3B, 50 and 2D. RGB value is (59,80,45). Sum of RGB (Red+Green+Blue) = 59+80+45=184 (24% of max value = 765). Red value is 59 (23.44% from 255 or 32.07% from 184); Green value is 80 (31.64% from 255 or 43.48% from 184); Blue value is 45 (17.97% from 255 or 24.46% from 184); Max value from RGB is 80 - color contains mainly: green. Hex color #3B502D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B502D is #C4AFD2. Grayscale: #454545. Windows color (decimal): -12890067 or 2969659. OLE color: 2969659.

HSL color Cylindrical-coordinate representation of color #3B502D: hue angle of 96º 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 #3B502D is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB598045-
CMYK0.2600.440.69
HSL96º28%24.51%-
HSV(B)96º43.75%31.37%-
XYZ5.156.863.53-
YUV69.73114.04120.35-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 32.07%
GREEN value IS 80 (31.64% from 255) = 43.48%
BLUE value IS 45 (17.97% from 255) = 24.46%
R=32.07%
G=43.48%
B=24.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5980450.2600.440.69962824.51
Hex3B502D1A02C45601c19
Octal7312055320541051403431
Binary1110111010000101101110100101100100010111000001110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B502D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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