#404838

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

Shades of Mallard #404838

Tints of Mallard #404838

Color information

#404838 (or 0x404838) is unknown color: approx Mallard. HEX triplet: 40, 48 and 38. RGB value is (64,72,56). Sum of RGB (Red+Green+Blue) = 64+72+56=192 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.33% from 192); Green value is 72 (28.52% from 255 or 37.5% from 192); Blue value is 56 (22.27% from 255 or 29.17% from 192); Max value from RGB is 72 - color contains mainly: green. Hex color #404838 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404838 is #BFB7C7. Grayscale: #434343. Windows color (decimal): -12564424 or 3688512. OLE color: 3688512.

HSL color Cylindrical-coordinate representation of color #404838: hue angle of 90º 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 #404838 is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.72.

Color convert

RGB647256-
CMYK0.1100.220.72
HSL90º12.5%25.1%-
HSV(B)90º22.22%28.24%-
XYZ5.156.014.63-
YUV67.78121.35125.3-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.33%
GREEN value IS 72 (28.52% from 255) = 37.5%
BLUE value IS 56 (22.27% from 255) = 29.17%
R=33.33%
G=37.5%
B=29.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6472560.1100.220.729012.525.1
Hex404838B016485ad19
Octal10011070130261101321531
Binary10000001001000111000101101011010010001011010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404838; }

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

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

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

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

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

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

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

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