Html Css Color HEX #323E2A Mallard

📋 copy color: '#323E2A'

red 50 ◦ green 62 ◦ blue 42

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

Shades of Mallard #323E2A

Tints of Mallard #323E2A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 40.26%

 BLUE value IS 42 (16.8% from 255) = 27.27%

R = 32.47%
G = 40.26%
B = 27.27%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.32

 K value IS 0.76

RGB Variations

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

Color information

#323E2A (or 0x323E2A) is known color: Mallard. HEX triplet: 32, 3E and 2A. RGB value is (50,62,42). Sum of RGB (Red+Green+Blue) = 50+62+42=154 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.47% from 154); Green value is 62 (24.61% from 255 or 40.26% from 154); Blue value is 42 (16.80% from 255 or 27.27% from 154); Max value from RGB is 62 - color contains mainly: green. Hex color #323E2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323E2A is #CDC1D5. Grayscale: #383838. Windows color (decimal): -13484502 or 2768434. OLE color: 2768434.

HSL color Cylindrical-coordinate representation of color #323E2A: hue angle of 96º degrees, saturation: 0.19, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #323E2A is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.76.

Color convert

RGB 50 62 42 -
CMYK 0.19 0 0.32 0.76
HSL 96º 0.19% 0.2% -
HSV(B) 96º 0.32% 0.24% -
XYZ 3.46 4.29 2.84 -
YUV 56.13 120.02 123.63 -
System Red Green Blue C M Y K H S L
Decimal 50 62 42 0.19 0 0.32 0.76 96 0.19 0.2
Hex 32 3E 2A 13 0 20 4C 60 13 14
Octal 62 76 52 23 0 40 114 140 23 24
Binary 110010 111110 101010 10011 0 100000 1001100 1100000 10011 10100

Color Harmonies of #323E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323E2A

Black with #323E2A

Text Example


Text Example

White with #323E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323E2A; }

 p { color: rgb(50,62,42); }

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

background-color css

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

 a { background-color: rgb(50,62,42); }

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

border-color css

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

 span { border-color: rgb(50,62,42); }

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