#405433

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

Shades of Mallard #405433

Tints of Mallard #405433

Color information

#405433 (or 0x405433) is unknown color: approx Mallard. HEX triplet: 40, 54 and 33. RGB value is (64,84,51). Sum of RGB (Red+Green+Blue) = 64+84+51=199 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.16% from 199); Green value is 84 (33.20% from 255 or 42.21% from 199); Blue value is 51 (20.31% from 255 or 25.63% from 199); Max value from RGB is 84 - color contains mainly: green. Hex color #405433 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405433 is #BFABCC. Grayscale: #4A4A4A. Windows color (decimal): -12561357 or 3363904. OLE color: 3363904.

HSL color Cylindrical-coordinate representation of color #405433: hue angle of 96.36º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #405433 is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.67.

Color convert

RGB648451-
CMYK0.2400.390.67
HSL96.36º24.44%26.47%-
HSV(B)96.36º39.29%32.94%-
XYZ5.887.674.3-
YUV74.26114.87120.68-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.16%
GREEN value IS 84 (33.20% from 255) = 42.21%
BLUE value IS 51 (20.31% from 255) = 25.63%
R=32.16%
G=42.21%
B=25.63%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6484510.2400.390.6796.3624.4426.47
Hex405433180274360181a
Octal10012463300471031403032
Binary10000001010100110011110000100111100001111000001100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405433; }

 p { color: rgb(64,84,51); }

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

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

 a { background-color: rgb(64,84,51); }

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

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

 span { border-color: rgb(64,84,51); }

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