Html Css Color HEX #324128 Mallard

📋 copy color: '#324128'

red 50 ◦ green 65 ◦ blue 40

#324128
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mallard #324128

Tints of Mallard #324128

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 value IS 0.23

 M value IS 0

 Y value IS 0.38

 K value IS 0.75

RGB Variations

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

Color information

#324128 (or 0x324128) is known color: 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

RGB 50 65 40 -
CMYK 0.23 0 0.38 0.75
HSL 96º 0.24% 0.21% -
HSV(B) 96º 0.38% 0.25% -
XYZ 3.59 4.61 2.71 -
YUV 57.67 118.03 122.53 -
System Red Green Blue C M Y K H S L
Decimal 50 65 40 0.23 0 0.38 0.75 96 0.24 0.21
Hex 32 41 28 17 0 26 4B 60 18 15
Octal 62 101 50 27 0 46 113 140 30 25
Binary 110010 1000001 101000 10111 0 100110 1001011 1100000 11000 10101

Color Harmonies of #324128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324128

Black with #324128

Text Example


Text Example

White with #324128

Text Example


Text Example

HTML Codes & Css Web 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>