#3F4A38

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

Shades of Mallard #3F4A38

Tints of Mallard #3F4A38

Color information

#3F4A38 (or 0x3F4A38) is unknown color: approx Mallard. HEX triplet: 3F, 4A and 38. RGB value is (63,74,56). Sum of RGB (Red+Green+Blue) = 63+74+56=193 (25% of max value = 765). Red value is 63 (25% from 255 or 32.64% from 193); Green value is 74 (29.30% from 255 or 38.34% from 193); Blue value is 56 (22.27% from 255 or 29.02% from 193); Max value from RGB is 74 - color contains mainly: green. Hex color #3F4A38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4A38 is #C0B5C7. Grayscale: #444444. Windows color (decimal): -12629448 or 3689023. OLE color: 3689023.

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

Color convert

RGB637456-
CMYK0.1500.240.71
HSL96.67º13.85%25.49%-
HSV(B)96.67º24.32%29.02%-
XYZ5.216.244.67-
YUV68.66120.86123.96-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 32.64%
GREEN value IS 74 (29.30% from 255) = 38.34%
BLUE value IS 56 (22.27% from 255) = 29.02%
R=32.64%
G=38.34%
B=29.02%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6374560.1500.240.7196.6713.8525.49
Hex3F4A38F0184761e19
Octal7711270170301071411631
Binary1111111001010111000111101100010001111100001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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