#40443B

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

Shades of Mallard #40443B

Tints of Mallard #40443B

Color information

#40443B (or 0x40443B) is unknown color: approx Mallard. HEX triplet: 40, 44 and 3B. RGB value is (64,68,59). Sum of RGB (Red+Green+Blue) = 64+68+59=191 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.51% from 191); Green value is 68 (26.95% from 255 or 35.60% from 191); Blue value is 59 (23.44% from 255 or 30.89% from 191); Max value from RGB is 68 - color contains mainly: green. Hex color #40443B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40443B is #BFBBC4. Grayscale: #414141. Windows color (decimal): -12565445 or 3884096. OLE color: 3884096.

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

Color convert

RGB646859-
CMYK0.0600.130.73
HSL86.67º7.09%24.9%-
HSV(B)86.67º13.24%26.67%-
XYZ4.975.544.95-
YUV65.78124.17126.73-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.51%
GREEN value IS 68 (26.95% from 255) = 35.60%
BLUE value IS 59 (23.44% from 255) = 30.89%
R=33.51%
G=35.60%
B=30.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6468590.0600.130.7386.677.0924.9
Hex40443B60D4957719
Octal100104736015111127731
Binary10000001000100111011110011011001001101011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40443B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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