#40443E

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

Shades of Mallard #40443E

Tints of Mallard #40443E

Color information

#40443E (or 0x40443E) is unknown color: approx Mallard. HEX triplet: 40, 44 and 3E. RGB value is (64,68,62). Sum of RGB (Red+Green+Blue) = 64+68+62=194 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.99% from 194); Green value is 68 (26.95% from 255 or 35.05% from 194); Blue value is 62 (24.61% from 255 or 31.96% from 194); Max value from RGB is 68 - color contains mainly: green. Hex color #40443E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40443E is #BFBBC1. Grayscale: #424242. Windows color (decimal): -12565442 or 4080704. OLE color: 4080704.

HSL color Cylindrical-coordinate representation of color #40443E: hue angle of 100º degrees, saturation: 0.05, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #40443E is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.73.

Color convert

RGB646862-
CMYK0.0600.090.73
HSL100º4.62%25.49%-
HSV(B)100º8.82%26.67%-
XYZ5.055.575.37-
YUV66.12125.67126.49-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.99%
GREEN value IS 68 (26.95% from 255) = 35.05%
BLUE value IS 62 (24.61% from 255) = 31.96%
R=32.99%
G=35.05%
B=31.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6468620.0600.090.731004.6225.49
Hex40443E6094964519
Octal100104766011111144531
Binary10000001000100111110110010011001001110010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40443E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40443E; }

 p { color: rgb(64,68,62); }

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

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

 a { background-color: rgb(64,68,62); }

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

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

 span { border-color: rgb(64,68,62); }

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