#40493B

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

Shades of Mallard #40493B

Tints of Mallard #40493B

Color information

#40493B (or 0x40493B) is unknown color: approx Mallard. HEX triplet: 40, 49 and 3B. RGB value is (64,73,59). Sum of RGB (Red+Green+Blue) = 64+73+59=196 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.65% from 196); Green value is 73 (28.91% from 255 or 37.24% from 196); Blue value is 59 (23.44% from 255 or 30.10% from 196); Max value from RGB is 73 - color contains mainly: green. Hex color #40493B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40493B is #BFB6C4. Grayscale: #444444. Windows color (decimal): -12564165 or 3885376. OLE color: 3885376.

HSL color Cylindrical-coordinate representation of color #40493B: hue angle of 98.57º degrees, saturation: 0.11, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #40493B is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.71.

Color convert

RGB647359-
CMYK0.1200.190.71
HSL98.57º10.61%25.88%-
HSV(B)98.57º19.18%28.63%-
XYZ5.296.175.05-
YUV68.71122.52124.64-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.65%
GREEN value IS 73 (28.91% from 255) = 37.24%
BLUE value IS 59 (23.44% from 255) = 30.10%
R=32.65%
G=37.24%
B=30.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6473590.1200.190.7198.5710.6125.88
Hex40493BC0134763b1a
Octal10011173140231071431332
Binary10000001001001111011110001001110001111100011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40493B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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