#324327

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

Shades of Mallard #324327

Tints of Mallard #324327

Color information

#324327 (or 0x324327) is unknown color: approx Mallard. HEX triplet: 32, 43 and 27. RGB value is (50,67,39). Sum of RGB (Red+Green+Blue) = 50+67+39=156 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.05% from 156); Green value is 67 (26.56% from 255 or 42.95% from 156); Blue value is 39 (15.62% from 255 or 25% from 156); Max value from RGB is 67 - color contains mainly: green. Hex color #324327 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324327 is #CDBCD8. Grayscale: #3A3A3A. Windows color (decimal): -13483225 or 2573106. OLE color: 2573106.

HSL color Cylindrical-coordinate representation of color #324327: hue angle of 96.43º degrees, saturation: 0.26, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #324327 is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.74.

Color convert

RGB506739-
CMYK0.2500.420.74
HSL96.43º26.42%20.78%-
HSV(B)96.43º41.79%26.27%-
XYZ3.694.842.66-
YUV58.72116.87121.78-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 32.05%
GREEN value IS 67 (26.56% from 255) = 42.95%
BLUE value IS 39 (15.62% from 255) = 25%
R=32.05%
G=42.95%
B=25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5067390.2500.420.7496.4326.4220.78
Hex3243271902A4A601a15
Octal6210347310521121403225
Binary1100101000011100111110010101010100101011000001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324327; }

 p { color: rgb(50,67,39); }

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

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

 a { background-color: rgb(50,67,39); }

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

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

 span { border-color: rgb(50,67,39); }

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