#3F483A

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

Shades of Mallard #3F483A

Tints of Mallard #3F483A

Color information

#3F483A (or 0x3F483A) is unknown color: approx Mallard. HEX triplet: 3F, 48 and 3A. RGB value is (63,72,58). Sum of RGB (Red+Green+Blue) = 63+72+58=193 (25% of max value = 765). Red value is 63 (25% from 255 or 32.64% from 193); Green value is 72 (28.52% from 255 or 37.31% from 193); Blue value is 58 (23.05% from 255 or 30.05% from 193); Max value from RGB is 72 - color contains mainly: green. Hex color #3F483A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F483A is #C0B7C5. Grayscale: #434343. Windows color (decimal): -12629958 or 3819583. OLE color: 3819583.

HSL color Cylindrical-coordinate representation of color #3F483A: hue angle of 98.57º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3F483A is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.72.

Color convert

RGB637258-
CMYK0.1200.190.72
HSL98.57º10.77%25.49%-
HSV(B)98.57º19.44%28.24%-
XYZ5.1364.89-
YUV67.71122.52124.64-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 32.64%
GREEN value IS 72 (28.52% from 255) = 37.31%
BLUE value IS 58 (23.05% from 255) = 30.05%
R=32.64%
G=37.31%
B=30.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6372580.1200.190.7298.5710.7725.49
Hex3F483AC0134863b19
Octal7711072140231101431331
Binary1111111001000111010110001001110010001100011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F483A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,72,58); }

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

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

 a { background-color: rgb(63,72,58); }

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

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

 span { border-color: rgb(63,72,58); }

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