#3B512A

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

Shades of Mallard #3B512A

Tints of Mallard #3B512A

Color information

#3B512A (or 0x3B512A) is unknown color: approx Mallard. HEX triplet: 3B, 51 and 2A. RGB value is (59,81,42). Sum of RGB (Red+Green+Blue) = 59+81+42=182 (24% of max value = 765). Red value is 59 (23.44% from 255 or 32.42% from 182); Green value is 81 (32.03% from 255 or 44.51% from 182); Blue value is 42 (16.80% from 255 or 23.08% from 182); Max value from RGB is 81 - color contains mainly: green. Hex color #3B512A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B512A is #C4AED5. Grayscale: #464646. Windows color (decimal): -12889814 or 2773307. OLE color: 2773307.

HSL color Cylindrical-coordinate representation of color #3B512A: hue angle of 93.85º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3B512A is Cyan = 0.27, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.68.

Color convert

RGB598142-
CMYK0.2700.480.68
HSL93.85º31.71%24.12%-
HSV(B)93.85º48.15%31.76%-
XYZ5.166.983.27-
YUV69.98112.21120.17-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 32.42%
GREEN value IS 81 (32.03% from 255) = 44.51%
BLUE value IS 42 (16.80% from 255) = 23.08%
R=32.42%
G=44.51%
B=23.08%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5981420.2700.480.6893.8531.7124.12
Hex3B512A1B030445e2018
Octal7312152330601041364030
Binary11101110100011010101101101100001000100101111010000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B512A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,81,42); }

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

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

 a { background-color: rgb(59,81,42); }

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

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

 span { border-color: rgb(59,81,42); }

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