#40453C

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

Shades of Mallard #40453C

Tints of Mallard #40453C

Color information

#40453C (or 0x40453C) is unknown color: approx Mallard. HEX triplet: 40, 45 and 3C. RGB value is (64,69,60). Sum of RGB (Red+Green+Blue) = 64+69+60=193 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.16% from 193); Green value is 69 (27.34% from 255 or 35.75% from 193); Blue value is 60 (23.83% from 255 or 31.09% from 193); Max value from RGB is 69 - color contains mainly: green. Hex color #40453C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40453C is #BFBAC3. Grayscale: #424242. Windows color (decimal): -12565188 or 3949888. OLE color: 3949888.

HSL color Cylindrical-coordinate representation of color #40453C: hue angle of 93.33º 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 #40453C is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.73.

Color convert

RGB646960-
CMYK0.0700.130.73
HSL93.33º6.98%25.29%-
HSV(B)93.33º13.04%27.06%-
XYZ5.065.675.1-
YUV66.48124.34126.23-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.16%
GREEN value IS 69 (27.34% from 255) = 35.75%
BLUE value IS 60 (23.83% from 255) = 31.09%
R=33.16%
G=35.75%
B=31.09%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6469600.0700.130.7393.336.9825.29
Hex40453C70D495d719
Octal100105747015111135731
Binary10000001000101111100111011011001001101110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40453C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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