#3F542F

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

Shades of Mallard #3F542F

Tints of Mallard #3F542F

Color information

#3F542F (or 0x3F542F) is unknown color: approx Mallard. HEX triplet: 3F, 54 and 2F. RGB value is (63,84,47). Sum of RGB (Red+Green+Blue) = 63+84+47=194 (25% of max value = 765). Red value is 63 (25% from 255 or 32.47% from 194); Green value is 84 (33.20% from 255 or 43.30% from 194); Blue value is 47 (18.75% from 255 or 24.23% from 194); Max value from RGB is 84 - color contains mainly: green. Hex color #3F542F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F542F is #C0ABD0. Grayscale: #494949. Windows color (decimal): -12626897 or 3101759. OLE color: 3101759.

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

Color convert

RGB638447-
CMYK0.2500.440.67
HSL94.05º28.24%25.69%-
HSV(B)94.05º44.05%32.94%-
XYZ5.737.63.85-
YUV73.5113.04120.51-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 32.47%
GREEN value IS 84 (33.20% from 255) = 43.30%
BLUE value IS 47 (18.75% from 255) = 24.23%
R=32.47%
G=43.30%
B=24.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6384470.2500.440.6794.0528.2425.69
Hex3F542F1902C435e1c1a
Octal7712457310541031363432
Binary1111111010100101111110010101100100001110111101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F542F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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