#3F423D

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

Shades of Mallard #3F423D

Tints of Mallard #3F423D

Color information

#3F423D (or 0x3F423D) is unknown color: approx Mallard. HEX triplet: 3F, 42 and 3D. RGB value is (63,66,61). Sum of RGB (Red+Green+Blue) = 63+66+61=190 (25% of max value = 765). Red value is 63 (25% from 255 or 33.16% from 190); Green value is 66 (26.17% from 255 or 34.74% from 190); Blue value is 61 (24.22% from 255 or 32.11% from 190); Max value from RGB is 66 - color contains mainly: green. Hex color #3F423D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F423D is #C0BDC2. Grayscale: #404040. Windows color (decimal): -12631491 or 4014655. OLE color: 4014655.

HSL color Cylindrical-coordinate representation of color #3F423D: hue angle of 96º degrees, saturation: 0.04, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #3F423D is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.74.

Color convert

RGB636661-
CMYK0.0500.080.74
HSL96º3.94%24.9%-
HSV(B)96º7.58%25.88%-
XYZ4.845.295.18-
YUV64.53126.01126.91-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 33.16%
GREEN value IS 66 (26.17% from 255) = 34.74%
BLUE value IS 61 (24.22% from 255) = 32.11%
R=33.16%
G=34.74%
B=32.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6366610.0500.080.74963.9424.9
Hex3F423D5084A60419
Octal77102755010112140431
Binary1111111000010111101101010001001010110000010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F423D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,66,61); }

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

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

 a { background-color: rgb(63,66,61); }

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

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

 span { border-color: rgb(63,66,61); }

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