#324128

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

Shades of Mallard #324128

Tints of Mallard #324128

Color information

#324128 (or 0x324128) is unknown color: approx Mallard. HEX triplet: 32, 41 and 28. RGB value is (50,65,40). Sum of RGB (Red+Green+Blue) = 50+65+40=155 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.26% from 155); Green value is 65 (25.78% from 255 or 41.94% from 155); Blue value is 40 (16.02% from 255 or 25.81% from 155); Max value from RGB is 65 - color contains mainly: green. Hex color #324128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324128 is #CDBED7. Grayscale: #393939. Windows color (decimal): -13483736 or 2638130. OLE color: 2638130.

HSL color Cylindrical-coordinate representation of color #324128: hue angle of 96º degrees, saturation: 0.24, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #324128 is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.75.

Color convert

RGB506540-
CMYK0.2300.380.75
HSL96º23.81%20.59%-
HSV(B)96º38.46%25.49%-
XYZ3.594.612.71-
YUV57.67118.03122.53-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 32.26%
GREEN value IS 65 (25.78% from 255) = 41.94%
BLUE value IS 40 (16.02% from 255) = 25.81%
R=32.26%
G=41.94%
B=25.81%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5065400.2300.380.759623.8120.59
Hex324128170264B601815
Octal6210150270461131403025
Binary1100101000001101000101110100110100101111000001100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324128; }

 p { color: rgb(50,65,40); }

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

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

 a { background-color: rgb(50,65,40); }

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

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

 span { border-color: rgb(50,65,40); }

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