Html Css Color HEX #324028 Mallard

📋 copy color: '#324028'

red 50 ◦ green 64 ◦ blue 40

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

Shades of Mallard #324028

Tints of Mallard #324028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 25.97%

R = 32.47%
G = 41.56%
B = 25.97%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.38

 K value IS 0.75

RGB Variations

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

Color information

#324028 (or 0x324028) is known color: Mallard. HEX triplet: 32, 40 and 28. RGB value is (50,64,40). Sum of RGB (Red+Green+Blue) = 50+64+40=154 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.47% from 154); Green value is 64 (25.39% from 255 or 41.56% from 154); Blue value is 40 (16.02% from 255 or 25.97% from 154); Max value from RGB is 64 - color contains mainly: green. Hex color #324028 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324028 is #CDBFD7. Grayscale: #393939. Windows color (decimal): -13483992 or 2637874. OLE color: 2637874.

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

Color convert

RGB 50 64 40 -
CMYK 0.22 0 0.38 0.75
HSL 95º 0.23% 0.2% -
HSV(B) 95º 0.38% 0.25% -
XYZ 3.53 4.5 2.69 -
YUV 57.08 118.36 122.95 -
System Red Green Blue C M Y K H S L
Decimal 50 64 40 0.22 0 0.38 0.75 95 0.23 0.2
Hex 32 40 28 16 0 26 4B 5F 17 14
Octal 62 100 50 26 0 46 113 137 27 24
Binary 110010 1000000 101000 10110 0 100110 1001011 1011111 10111 10100

Color Harmonies of #324028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324028

Black with #324028

Text Example


Text Example

White with #324028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324028; }

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

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

background-color css

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

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

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

border-color css

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

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

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