#3F5531

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

Shades of Mallard #3F5531

Tints of Mallard #3F5531

Color information

#3F5531 (or 0x3F5531) is unknown color: approx Mallard. HEX triplet: 3F, 55 and 31. RGB value is (63,85,49). Sum of RGB (Red+Green+Blue) = 63+85+49=197 (26% of max value = 765). Red value is 63 (25% from 255 or 31.98% from 197); Green value is 85 (33.59% from 255 or 43.15% from 197); Blue value is 49 (19.53% from 255 or 24.87% from 197); Max value from RGB is 85 - color contains mainly: green. Hex color #3F5531 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5531 is #C0AACE. Grayscale: #4A4A4A. Windows color (decimal): -12626639 or 3233087. OLE color: 3233087.

HSL color Cylindrical-coordinate representation of color #3F5531: hue angle of 96.67º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3F5531 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB638549-
CMYK0.2600.420.67
HSL96.67º26.87%26.27%-
HSV(B)96.67º42.35%33.33%-
XYZ5.857.784.1-
YUV74.32113.71119.93-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 31.98%
GREEN value IS 85 (33.59% from 255) = 43.15%
BLUE value IS 49 (19.53% from 255) = 24.87%
R=31.98%
G=43.15%
B=24.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6385490.2600.420.6796.6726.8726.27
Hex3F55311A02A43611b1a
Octal7712561320521031413332
Binary1111111010101110001110100101010100001111000011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,85,49); }

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

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

 a { background-color: rgb(63,85,49); }

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

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

 span { border-color: rgb(63,85,49); }

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