#324624

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

Shades of Mallard #324624

Tints of Mallard #324624

Color information

#324624 (or 0x324624) is unknown color: approx Mallard. HEX triplet: 32, 46 and 24. RGB value is (50,70,36). Sum of RGB (Red+Green+Blue) = 50+70+36=156 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.05% from 156); Green value is 70 (27.73% from 255 or 44.87% from 156); Blue value is 36 (14.45% from 255 or 23.08% from 156); Max value from RGB is 70 - color contains mainly: green. Hex color #324624 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324624 is #CDB9DB. Grayscale: #3C3C3C. Windows color (decimal): -13482460 or 2377266. OLE color: 2377266.

HSL color Cylindrical-coordinate representation of color #324624: hue angle of 95.29º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #324624 is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.73.

Color convert

RGB507036-
CMYK0.2900.490.73
HSL95.29º32.08%20.78%-
HSV(B)95.29º48.57%27.45%-
XYZ3.825.192.47-
YUV60.14114.37120.76-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 32.05%
GREEN value IS 70 (27.73% from 255) = 44.87%
BLUE value IS 36 (14.45% from 255) = 23.08%
R=32.05%
G=44.87%
B=23.08%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5070360.2900.490.7395.2932.0820.78
Hex3246241D031495f2015
Octal6210644350611111374025
Binary11001010001101001001110101100011001001101111110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324624; }

 p { color: rgb(50,70,36); }

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

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

 a { background-color: rgb(50,70,36); }

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

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

 span { border-color: rgb(50,70,36); }

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