#3F4A33

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

Shades of Mallard #3F4A33

Tints of Mallard #3F4A33

Color information

#3F4A33 (or 0x3F4A33) is unknown color: approx Mallard. HEX triplet: 3F, 4A and 33. RGB value is (63,74,51). Sum of RGB (Red+Green+Blue) = 63+74+51=188 (24% of max value = 765). Red value is 63 (25% from 255 or 33.51% from 188); Green value is 74 (29.30% from 255 or 39.36% from 188); Blue value is 51 (20.31% from 255 or 27.13% from 188); Max value from RGB is 74 - color contains mainly: green. Hex color #3F4A33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4A33 is #C0B5CC. Grayscale: #444444. Windows color (decimal): -12629453 or 3361343. OLE color: 3361343.

HSL color Cylindrical-coordinate representation of color #3F4A33: hue angle of 88.7º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3F4A33 is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.71.

Color convert

RGB637451-
CMYK0.1500.310.71
HSL88.7º18.4%24.51%-
HSV(B)88.7º31.08%29.02%-
XYZ5.16.194.06-
YUV68.09118.36124.37-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 33.51%
GREEN value IS 74 (29.30% from 255) = 39.36%
BLUE value IS 51 (20.31% from 255) = 27.13%
R=33.51%
G=39.36%
B=27.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6374510.1500.310.7188.718.424.51
Hex3F4A33F01F47591219
Octal7711263170371071312231
Binary11111110010101100111111011111100011110110011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,74,51); }

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

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

 a { background-color: rgb(63,74,51); }

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

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

 span { border-color: rgb(63,74,51); }

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