#3B462F

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

Shades of Mallard #3B462F

Tints of Mallard #3B462F

Color information

#3B462F (or 0x3B462F) is unknown color: approx Mallard. HEX triplet: 3B, 46 and 2F. RGB value is (59,70,47). Sum of RGB (Red+Green+Blue) = 59+70+47=176 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.52% from 176); Green value is 70 (27.73% from 255 or 39.77% from 176); Blue value is 47 (18.75% from 255 or 26.70% from 176); Max value from RGB is 70 - color contains mainly: green. Hex color #3B462F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B462F is #C4B9D0. Grayscale: #404040. Windows color (decimal): -12892625 or 3098171. OLE color: 3098171.

HSL color Cylindrical-coordinate representation of color #3B462F: hue angle of 88.7º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3B462F is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.73.

Color convert

RGB597047-
CMYK0.1600.330.73
HSL88.7º19.66%22.94%-
HSV(B)88.7º32.86%27.45%-
XYZ4.515.523.52-
YUV64.09118.36124.37-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 33.52%
GREEN value IS 70 (27.73% from 255) = 39.77%
BLUE value IS 47 (18.75% from 255) = 26.70%
R=33.52%
G=39.77%
B=26.70%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5970470.1600.330.7388.719.6622.94
Hex3B462F1002149591417
Octal7310657200411111312427
Binary1110111000110101111100000100001100100110110011010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B462F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,70,47); }

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

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

 a { background-color: rgb(59,70,47); }

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

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

 span { border-color: rgb(59,70,47); }

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