#40443C

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

Shades of Mallard #40443C

Tints of Mallard #40443C

Color information

#40443C (or 0x40443C) is unknown color: approx Mallard. HEX triplet: 40, 44 and 3C. RGB value is (64,68,60). Sum of RGB (Red+Green+Blue) = 64+68+60=192 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.33% from 192); Green value is 68 (26.95% from 255 or 35.42% from 192); Blue value is 60 (23.83% from 255 or 31.25% from 192); Max value from RGB is 68 - color contains mainly: green. Hex color #40443C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40443C is #BFBBC3. Grayscale: #414141. Windows color (decimal): -12565444 or 3949632. OLE color: 3949632.

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

Color convert

RGB646860-
CMYK0.0600.120.73
HSL90º6.25%25.1%-
HSV(B)90º11.76%26.67%-
XYZ55.555.08-
YUV65.89124.67126.65-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.33%
GREEN value IS 68 (26.95% from 255) = 35.42%
BLUE value IS 60 (23.83% from 255) = 31.25%
R=33.33%
G=35.42%
B=31.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6468600.0600.120.73906.2525.1
Hex40443C60C495a619
Octal100104746014111132631
Binary10000001000100111100110011001001001101101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40443C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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