Html Css Color HEX #324331 Palm Leaf

📋 copy color: '#324331'

red 50 ◦ green 67 ◦ blue 49

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

Shades of Palm Leaf #324331

Tints of Palm Leaf #324331

RGB

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

 GREEN value IS 67 (26.56% from 255) = 40.36%

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

R = 30.12%
G = 40.36%
B = 29.52%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.27

 K value IS 0.74

RGB Variations

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

Color information

#324331 (or 0x324331) is known color: Palm Leaf. HEX triplet: 32, 43 and 31. RGB value is (50,67,49). Sum of RGB (Red+Green+Blue) = 50+67+49=166 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.12% from 166); Green value is 67 (26.56% from 255 or 40.36% from 166); Blue value is 49 (19.53% from 255 or 29.52% from 166); Max value from RGB is 67 - color contains mainly: green. Hex color #324331 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324331 is #CDBCCE. Grayscale: #3B3B3B. Windows color (decimal): -13483215 or 3228466. OLE color: 3228466.

HSL color Cylindrical-coordinate representation of color #324331: hue angle of 116.67º degrees, saturation: 0.16, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #324331 is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.74.

Color convert

RGB 50 67 49 -
CMYK 0.25 0 0.27 0.74
HSL 116.67º 0.16% 0.23% -
HSV(B) 116.67º 0.27% 0.26% -
XYZ 3.88 4.91 3.65 -
YUV 59.87 121.87 120.96 -
System Red Green Blue C M Y K H S L
Decimal 50 67 49 0.25 0 0.27 0.74 116.67 0.16 0.23
Hex 32 43 31 19 0 1B 4A 75 10 17
Octal 62 103 61 31 0 33 112 165 20 27
Binary 110010 1000011 110001 11001 0 11011 1001010 1110101 10000 10111

Color Harmonies of #324331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324331

Black with #324331

Text Example


Text Example

White with #324331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324331; }

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

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

background-color css

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

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

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

border-color css

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

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

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