#405235

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

Shades of Mallard #405235

Tints of Mallard #405235

Color information

#405235 (or 0x405235) is unknown color: approx Mallard. HEX triplet: 40, 52 and 35. RGB value is (64,82,53). Sum of RGB (Red+Green+Blue) = 64+82+53=199 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.16% from 199); Green value is 82 (32.42% from 255 or 41.21% from 199); Blue value is 53 (21.09% from 255 or 26.63% from 199); Max value from RGB is 82 - color contains mainly: green. Hex color #405235 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405235 is #BFADCA. Grayscale: #494949. Windows color (decimal): -12561867 or 3494464. OLE color: 3494464.

HSL color Cylindrical-coordinate representation of color #405235: hue angle of 97.24º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #405235 is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.68.

Color convert

RGB648253-
CMYK0.2200.350.68
HSL97.24º21.48%26.47%-
HSV(B)97.24º35.37%32.16%-
XYZ5.777.384.49-
YUV73.31116.54121.36-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.16%
GREEN value IS 82 (32.42% from 255) = 41.21%
BLUE value IS 53 (21.09% from 255) = 26.63%
R=32.16%
G=41.21%
B=26.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6482530.2200.350.6897.2421.4826.47
Hex405235160234461151a
Octal10012265260431041412532
Binary10000001010010110101101100100011100010011000011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405235; }

 p { color: rgb(64,82,53); }

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

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

 a { background-color: rgb(64,82,53); }

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

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

 span { border-color: rgb(64,82,53); }

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