Html Css Color HEX #324029 Mallard

📋 copy color: '#324029'

red 50 ◦ green 64 ◦ blue 41

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

Shades of Mallard #324029

Tints of Mallard #324029

RGB

 RED value IS 50 (19.92% from 255) = 32.26%

 GREEN value IS 64 (25.39% from 255) = 41.29%

 BLUE value IS 41 (16.41% from 255) = 26.45%

R = 32.26%
G = 41.29%
B = 26.45%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.36

 K value IS 0.75

RGB Variations

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

Color information

#324029 (or 0x324029) is known color: Mallard. HEX triplet: 32, 40 and 29. RGB value is (50,64,41). Sum of RGB (Red+Green+Blue) = 50+64+41=155 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.26% from 155); Green value is 64 (25.39% from 255 or 41.29% from 155); Blue value is 41 (16.41% from 255 or 26.45% from 155); Max value from RGB is 64 - color contains mainly: green. Hex color #324029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324029 is #CDBFD6. Grayscale: #393939. Windows color (decimal): -13483991 or 2703410. OLE color: 2703410.

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

Color convert

RGB 50 64 41 -
CMYK 0.22 0 0.36 0.75
HSL 96.52º 0.22% 0.21% -
HSV(B) 96.52º 0.36% 0.25% -
XYZ 3.55 4.5 2.78 -
YUV 57.19 118.86 122.87 -
System Red Green Blue C M Y K H S L
Decimal 50 64 41 0.22 0 0.36 0.75 96.52 0.22 0.21
Hex 32 40 29 16 0 24 4B 61 16 15
Octal 62 100 51 26 0 44 113 141 26 25
Binary 110010 1000000 101001 10110 0 100100 1001011 1100001 10110 10101

Color Harmonies of #324029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324029

Black with #324029

Text Example


Text Example

White with #324029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324029; }

 p { color: rgb(50,64,41); }

 H1.HeaderClassName
 {
   color: #324029;
 }
 .AnyTagClassName
 {
   color: #324029;
 }
</style>

background-color css

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

 a { background-color: rgb(50,64,41); }

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

border-color css

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

 span { border-color: rgb(50,64,41); }

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