Html Css Color HEX #323E31 Palm Leaf

📋 copy color: '#323E31'

red 50 ◦ green 62 ◦ blue 49

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

Shades of Palm Leaf #323E31

Tints of Palm Leaf #323E31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 30.43%

R = 31.06%
G = 38.51%
B = 30.43%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.21

 K value IS 0.76

RGB Variations

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

Color information

#323E31 (or 0x323E31) is known color: Palm Leaf. HEX triplet: 32, 3E and 31. RGB value is (50,62,49). Sum of RGB (Red+Green+Blue) = 50+62+49=161 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.06% from 161); Green value is 62 (24.61% from 255 or 38.51% from 161); Blue value is 49 (19.53% from 255 or 30.43% from 161); Max value from RGB is 62 - color contains mainly: green. Hex color #323E31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323E31 is #CDC1CE. Grayscale: #383838. Windows color (decimal): -13484495 or 3227186. OLE color: 3227186.

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

Color convert

RGB 50 62 49 -
CMYK 0.19 0 0.21 0.76
HSL 115.38º 0.12% 0.22% -
HSV(B) 115.38º 0.21% 0.24% -
XYZ 3.59 4.35 3.56 -
YUV 56.93 123.52 123.06 -
System Red Green Blue C M Y K H S L
Decimal 50 62 49 0.19 0 0.21 0.76 115.38 0.12 0.22
Hex 32 3E 31 13 0 15 4C 73 C 16
Octal 62 76 61 23 0 25 114 163 14 26
Binary 110010 111110 110001 10011 0 10101 1001100 1110011 1100 10110

Color Harmonies of #323E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323E31

Black with #323E31

Text Example


Text Example

White with #323E31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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