#3F453C

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

Shades of Mallard #3F453C

Tints of Mallard #3F453C

Color information

#3F453C (or 0x3F453C) is unknown color: approx Mallard. HEX triplet: 3F, 45 and 3C. RGB value is (63,69,60). Sum of RGB (Red+Green+Blue) = 63+69+60=192 (25% of max value = 765). Red value is 63 (25% from 255 or 32.81% from 192); Green value is 69 (27.34% from 255 or 35.94% from 192); Blue value is 60 (23.83% from 255 or 31.25% from 192); Max value from RGB is 69 - color contains mainly: green. Hex color #3F453C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F453C is #C0BAC3. Grayscale: #424242. Windows color (decimal): -12630724 or 3949887. OLE color: 3949887.

HSL color Cylindrical-coordinate representation of color #3F453C: hue angle of 100º degrees, saturation: 0.07, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #3F453C is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.73.

Color convert

RGB636960-
CMYK0.0900.130.73
HSL100º6.98%25.29%-
HSV(B)100º13.04%27.06%-
XYZ4.995.645.1-
YUV66.18124.51125.73-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 32.81%
GREEN value IS 69 (27.34% from 255) = 35.94%
BLUE value IS 60 (23.83% from 255) = 31.25%
R=32.81%
G=35.94%
B=31.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6369600.0900.130.731006.9825.29
Hex3F453C90D4964719
Octal771057411015111144731
Binary11111110001011111001001011011001001110010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F453C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,69,60); }

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

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

 a { background-color: rgb(63,69,60); }

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

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

 span { border-color: rgb(63,69,60); }

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