#3F552E

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

Shades of Mallard #3F552E

Tints of Mallard #3F552E

Color information

#3F552E (or 0x3F552E) is unknown color: approx Mallard. HEX triplet: 3F, 55 and 2E. RGB value is (63,85,46). Sum of RGB (Red+Green+Blue) = 63+85+46=194 (25% of max value = 765). Red value is 63 (25% from 255 or 32.47% from 194); Green value is 85 (33.59% from 255 or 43.81% from 194); Blue value is 46 (18.36% from 255 or 23.71% from 194); Max value from RGB is 85 - color contains mainly: green. Hex color #3F552E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F552E is #C0AAD1. Grayscale: #4A4A4A. Windows color (decimal): -12626642 or 3036479. OLE color: 3036479.

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

Color convert

RGB638546-
CMYK0.2600.460.67
HSL93.85º29.77%25.69%-
HSV(B)93.85º45.88%33.33%-
XYZ5.797.753.78-
YUV73.98112.21120.17-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 32.47%
GREEN value IS 85 (33.59% from 255) = 43.81%
BLUE value IS 46 (18.36% from 255) = 23.71%
R=32.47%
G=43.81%
B=23.71%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6385460.2600.460.6793.8529.7725.69
Hex3F552E1A02E435e1e1a
Octal7712556320561031363632
Binary1111111010101101110110100101110100001110111101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F552E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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