#405434

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

Shades of Mallard #405434

Tints of Mallard #405434

Color information

#405434 (or 0x405434) is unknown color: approx Mallard. HEX triplet: 40, 54 and 34. RGB value is (64,84,52). Sum of RGB (Red+Green+Blue) = 64+84+52=200 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32% from 200); Green value is 84 (33.20% from 255 or 42% from 200); Blue value is 52 (20.70% from 255 or 26% from 200); Max value from RGB is 84 - color contains mainly: green. Hex color #405434 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405434 is #BFABCB. Grayscale: #4A4A4A. Windows color (decimal): -12561356 or 3429440. OLE color: 3429440.

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

Color convert

RGB648452-
CMYK0.2400.380.67
HSL97.5º23.53%26.67%-
HSV(B)97.5º38.1%32.94%-
XYZ5.97.684.42-
YUV74.37115.37120.6-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32%
GREEN value IS 84 (33.20% from 255) = 42%
BLUE value IS 52 (20.70% from 255) = 26%
R=32%
G=42%
B=26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6484520.2400.380.6797.523.5326.67
Hex405434180264361181b
Octal10012464300461031413033
Binary10000001010100110100110000100110100001111000011100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405434; }

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

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

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

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

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

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

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

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