#3B502B

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

Shades of Mallard #3B502B

Tints of Mallard #3B502B

Color information

#3B502B (or 0x3B502B) is unknown color: approx Mallard. HEX triplet: 3B, 50 and 2B. RGB value is (59,80,43). Sum of RGB (Red+Green+Blue) = 59+80+43=182 (24% of max value = 765). Red value is 59 (23.44% from 255 or 32.42% from 182); Green value is 80 (31.64% from 255 or 43.96% from 182); Blue value is 43 (17.19% from 255 or 23.63% from 182); Max value from RGB is 80 - color contains mainly: green. Hex color #3B502B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B502B is #C4AFD4. Grayscale: #454545. Windows color (decimal): -12890069 or 2838587. OLE color: 2838587.

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

Color convert

RGB598043-
CMYK0.2600.460.69
HSL94.05º30.08%24.12%-
HSV(B)94.05º46.25%31.37%-
XYZ5.116.843.34-
YUV69.5113.04120.51-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 32.42%
GREEN value IS 80 (31.64% from 255) = 43.96%
BLUE value IS 43 (17.19% from 255) = 23.63%
R=32.42%
G=43.96%
B=23.63%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5980430.2600.460.6994.0530.0824.12
Hex3B502B1A02E455e1e18
Octal7312053320561051363630
Binary1110111010000101011110100101110100010110111101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B502B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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