#40443D

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

Shades of Mallard #40443D

Tints of Mallard #40443D

Color information

#40443D (or 0x40443D) is unknown color: approx Mallard. HEX triplet: 40, 44 and 3D. RGB value is (64,68,61). Sum of RGB (Red+Green+Blue) = 64+68+61=193 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.16% from 193); Green value is 68 (26.95% from 255 or 35.23% from 193); Blue value is 61 (24.22% from 255 or 31.61% from 193); Max value from RGB is 68 - color contains mainly: green. Hex color #40443D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40443D is #BFBBC2. Grayscale: #424242. Windows color (decimal): -12565443 or 4015168. OLE color: 4015168.

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

Color convert

RGB646861-
CMYK0.0600.100.73
HSL94.29º5.43%25.29%-
HSV(B)94.29º10.29%26.67%-
XYZ5.025.565.22-
YUV66.01125.17126.57-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.16%
GREEN value IS 68 (26.95% from 255) = 35.23%
BLUE value IS 61 (24.22% from 255) = 31.61%
R=33.16%
G=35.23%
B=31.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6468610.0600.100.7394.295.4325.29
Hex40443D60A495e519
Octal100104756012111136531
Binary10000001000100111101110010101001001101111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40443D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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