#3B482E

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

Shades of Mallard #3B482E

Tints of Mallard #3B482E

Color information

#3B482E (or 0x3B482E) is unknown color: approx Mallard. HEX triplet: 3B, 48 and 2E. RGB value is (59,72,46). Sum of RGB (Red+Green+Blue) = 59+72+46=177 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.33% from 177); Green value is 72 (28.52% from 255 or 40.68% from 177); Blue value is 46 (18.36% from 255 or 25.99% from 177); Max value from RGB is 72 - color contains mainly: green. Hex color #3B482E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B482E is #C4B7D1. Grayscale: #414141. Windows color (decimal): -12892114 or 3033147. OLE color: 3033147.

HSL color Cylindrical-coordinate representation of color #3B482E: hue angle of 90º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3B482E is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.72.

Color convert

RGB597246-
CMYK0.1800.360.72
HSL90º22.03%23.14%-
HSV(B)90º36.11%28.24%-
XYZ4.615.763.45-
YUV65.15117.19123.61-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 33.33%
GREEN value IS 72 (28.52% from 255) = 40.68%
BLUE value IS 46 (18.36% from 255) = 25.99%
R=33.33%
G=40.68%
B=25.99%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5972460.1800.360.729022.0323.14
Hex3B482E12024485a1617
Octal7311056220441101322627
Binary1110111001000101110100100100100100100010110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B482E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,72,46); }

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

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

 a { background-color: rgb(59,72,46); }

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

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

 span { border-color: rgb(59,72,46); }

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