#3F512F

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

Shades of Mallard #3F512F

Tints of Mallard #3F512F

Color information

#3F512F (or 0x3F512F) is unknown color: approx Mallard. HEX triplet: 3F, 51 and 2F. RGB value is (63,81,47). Sum of RGB (Red+Green+Blue) = 63+81+47=191 (25% of max value = 765). Red value is 63 (25% from 255 or 32.98% from 191); Green value is 81 (32.03% from 255 or 42.41% from 191); Blue value is 47 (18.75% from 255 or 24.61% from 191); Max value from RGB is 81 - color contains mainly: green. Hex color #3F512F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F512F is #C0AED0. Grayscale: #474747. Windows color (decimal): -12627665 or 3100991. OLE color: 3100991.

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

Color convert

RGB638147-
CMYK0.2200.420.68
HSL91.76º26.56%25.1%-
HSV(B)91.76º41.98%31.76%-
XYZ5.517.153.78-
YUV71.74114.04121.76-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 32.98%
GREEN value IS 81 (32.03% from 255) = 42.41%
BLUE value IS 47 (18.75% from 255) = 24.61%
R=32.98%
G=42.41%
B=24.61%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6381470.2200.420.6891.7626.5625.1
Hex3F512F1602A445c1b19
Octal7712157260521041343331
Binary1111111010001101111101100101010100010010111001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F512F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,81,47); }

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

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

 a { background-color: rgb(63,81,47); }

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

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

 span { border-color: rgb(63,81,47); }

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