#324326

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

Shades of Mallard #324326

Tints of Mallard #324326

Color information

#324326 (or 0x324326) is unknown color: approx Mallard. HEX triplet: 32, 43 and 26. RGB value is (50,67,38). Sum of RGB (Red+Green+Blue) = 50+67+38=155 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.26% from 155); Green value is 67 (26.56% from 255 or 43.23% from 155); Blue value is 38 (15.23% from 255 or 24.52% from 155); Max value from RGB is 67 - color contains mainly: green. Hex color #324326 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324326 is #CDBCD9. Grayscale: #3A3A3A. Windows color (decimal): -13483226 or 2507570. OLE color: 2507570.

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

Color convert

RGB506738-
CMYK0.2500.430.74
HSL95.17º27.62%20.59%-
HSV(B)95.17º43.28%26.27%-
XYZ3.674.832.57-
YUV58.61116.37121.86-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 32.26%
GREEN value IS 67 (26.56% from 255) = 43.23%
BLUE value IS 38 (15.23% from 255) = 24.52%
R=32.26%
G=43.23%
B=24.52%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5067380.2500.430.7495.1727.6220.59
Hex3243261902B4A5f1c15
Octal6210346310531121373425
Binary1100101000011100110110010101011100101010111111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324326; }

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

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

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

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

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

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

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

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