#3F433C

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

Shades of Mallard #3F433C

Tints of Mallard #3F433C

Color information

#3F433C (or 0x3F433C) is unknown color: approx Mallard. HEX triplet: 3F, 43 and 3C. RGB value is (63,67,60). Sum of RGB (Red+Green+Blue) = 63+67+60=190 (25% of max value = 765). Red value is 63 (25% from 255 or 33.16% from 190); Green value is 67 (26.56% from 255 or 35.26% from 190); Blue value is 60 (23.83% from 255 or 31.58% from 190); Max value from RGB is 67 - color contains mainly: green. Hex color #3F433C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F433C is #C0BCC3. Grayscale: #414141. Windows color (decimal): -12631236 or 3949375. OLE color: 3949375.

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

Color convert

RGB636760-
CMYK0.0600.100.74
HSL94.29º5.51%24.9%-
HSV(B)94.29º10.45%26.27%-
XYZ4.875.45.06-
YUV65.01125.17126.57-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 33.16%
GREEN value IS 67 (26.56% from 255) = 35.26%
BLUE value IS 60 (23.83% from 255) = 31.58%
R=33.16%
G=35.26%
B=31.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6367600.0600.100.7494.295.5124.9
Hex3F433C60A4A5e619
Octal77103746012112136631
Binary1111111000011111100110010101001010101111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F433C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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