#3F4838

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

Shades of Mallard #3F4838

Tints of Mallard #3F4838

Color information

#3F4838 (or 0x3F4838) is unknown color: approx Mallard. HEX triplet: 3F, 48 and 38. RGB value is (63,72,56). Sum of RGB (Red+Green+Blue) = 63+72+56=191 (25% of max value = 765). Red value is 63 (25% from 255 or 32.98% from 191); Green value is 72 (28.52% from 255 or 37.70% from 191); Blue value is 56 (22.27% from 255 or 29.32% from 191); Max value from RGB is 72 - color contains mainly: green. Hex color #3F4838 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4838 is #C0B7C7. Grayscale: #434343. Windows color (decimal): -12629960 or 3688511. OLE color: 3688511.

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

Color convert

RGB637256-
CMYK0.1200.220.72
HSL93.75º12.5%25.1%-
HSV(B)93.75º22.22%28.24%-
XYZ5.085.984.63-
YUV67.48121.52124.8-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 32.98%
GREEN value IS 72 (28.52% from 255) = 37.70%
BLUE value IS 56 (22.27% from 255) = 29.32%
R=32.98%
G=37.70%
B=29.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6372560.1200.220.7293.7512.525.1
Hex3F4838C016485ed19
Octal7711070140261101361531
Binary1111111001000111000110001011010010001011110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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