#405430

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

Shades of Mallard #405430

Tints of Mallard #405430

Color information

#405430 (or 0x405430) is unknown color: approx Mallard. HEX triplet: 40, 54 and 30. RGB value is (64,84,48). Sum of RGB (Red+Green+Blue) = 64+84+48=196 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.65% from 196); Green value is 84 (33.20% from 255 or 42.86% from 196); Blue value is 48 (19.14% from 255 or 24.49% from 196); Max value from RGB is 84 - color contains mainly: green. Hex color #405430 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405430 is #BFABCF. Grayscale: #4A4A4A. Windows color (decimal): -12561360 or 3167296. OLE color: 3167296.

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

Color convert

RGB648448-
CMYK0.2400.430.67
HSL93.33º27.27%25.88%-
HSV(B)93.33º42.86%32.94%-
XYZ5.827.643.97-
YUV73.92113.37120.93-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.65%
GREEN value IS 84 (33.20% from 255) = 42.86%
BLUE value IS 48 (19.14% from 255) = 24.49%
R=32.65%
G=42.86%
B=24.49%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6484480.2400.430.6793.3327.2725.88
Hex4054301802B435d1b1a
Octal10012460300531031353332
Binary10000001010100110000110000101011100001110111011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405430; }

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

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

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

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

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

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

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

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