Html Css Color HEX #324624 Mallard

📋 copy color: '#324624'

red 50 ◦ green 70 ◦ blue 36

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

Shades of Mallard #324624

Tints of Mallard #324624

RGB

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

 GREEN value IS 70 (27.73% from 255) = 44.87%

 BLUE value IS 36 (14.45% from 255) = 23.08%

R = 32.05%
G = 44.87%
B = 23.08%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.49

 K value IS 0.73

RGB Variations

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

Color information

#324624 (or 0x324624) is known color: Mallard. HEX triplet: 32, 46 and 24. RGB value is (50,70,36). Sum of RGB (Red+Green+Blue) = 50+70+36=156 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.05% from 156); Green value is 70 (27.73% from 255 or 44.87% from 156); Blue value is 36 (14.45% from 255 or 23.08% from 156); Max value from RGB is 70 - color contains mainly: green. Hex color #324624 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324624 is #CDB9DB. Grayscale: #3C3C3C. Windows color (decimal): -13482460 or 2377266. OLE color: 2377266.

HSL color Cylindrical-coordinate representation of color #324624: hue angle of 95.29º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #324624 is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.73.

Color convert

RGB 50 70 36 -
CMYK 0.29 0 0.49 0.73
HSL 95.29º 0.32% 0.21% -
HSV(B) 95.29º 0.49% 0.27% -
XYZ 3.82 5.19 2.47 -
YUV 60.14 114.37 120.76 -
System Red Green Blue C M Y K H S L
Decimal 50 70 36 0.29 0 0.49 0.73 95.29 0.32 0.21
Hex 32 46 24 1D 0 31 49 5F 20 15
Octal 62 106 44 35 0 61 111 137 40 25
Binary 110010 1000110 100100 11101 0 110001 1001001 1011111 100000 10101

Color Harmonies of #324624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324624

Black with #324624

Text Example


Text Example

White with #324624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324624; }

 p { color: rgb(50,70,36); }

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

background-color css

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

 a { background-color: rgb(50,70,36); }

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

border-color css

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

 span { border-color: rgb(50,70,36); }

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