#3F4F35

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

Shades of Mallard #3F4F35

Tints of Mallard #3F4F35

Color information

#3F4F35 (or 0x3F4F35) is unknown color: approx Mallard. HEX triplet: 3F, 4F and 35. RGB value is (63,79,53). Sum of RGB (Red+Green+Blue) = 63+79+53=195 (25% of max value = 765). Red value is 63 (25% from 255 or 32.31% from 195); Green value is 79 (31.25% from 255 or 40.51% from 195); Blue value is 53 (21.09% from 255 or 27.18% from 195); Max value from RGB is 79 - color contains mainly: green. Hex color #3F4F35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F4F35 is #C0B0CA. Grayscale: #474747. Windows color (decimal): -12628171 or 3493695. OLE color: 3493695.

HSL color Cylindrical-coordinate representation of color #3F4F35: hue angle of 96.92º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3F4F35 is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.69.

Color convert

RGB637953-
CMYK0.2000.330.69
HSL96.92º19.7%25.88%-
HSV(B)96.92º32.91%30.98%-
XYZ5.496.914.41-
YUV71.25117.7122.11-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 32.31%
GREEN value IS 79 (31.25% from 255) = 40.51%
BLUE value IS 53 (21.09% from 255) = 27.18%
R=32.31%
G=40.51%
B=27.18%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6379530.2000.330.6996.9219.725.88
Hex3F4F35140214561141a
Octal7711765240411051412432
Binary1111111001111110101101000100001100010111000011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,79,53); }

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

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

 a { background-color: rgb(63,79,53); }

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

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

 span { border-color: rgb(63,79,53); }

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