Html Css Color HEX #324229 Palm Leaf

📋 copy color: '#324229'

red 50 ◦ green 66 ◦ blue 41

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

Shades of Palm Leaf #324229

Tints of Palm Leaf #324229

RGB

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

 GREEN value IS 66 (26.17% from 255) = 42.04%

 BLUE value IS 41 (16.41% from 255) = 26.11%

R = 31.85%
G = 42.04%
B = 26.11%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.38

 K value IS 0.74

RGB Variations

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

Color information

#324229 (or 0x324229) is known color: Palm Leaf. HEX triplet: 32, 42 and 29. RGB value is (50,66,41). Sum of RGB (Red+Green+Blue) = 50+66+41=157 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.85% from 157); Green value is 66 (26.17% from 255 or 42.04% from 157); Blue value is 41 (16.41% from 255 or 26.11% from 157); Max value from RGB is 66 - color contains mainly: green. Hex color #324229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324229 is #CDBDD6. Grayscale: #3A3A3A. Windows color (decimal): -13483479 or 2703922. OLE color: 2703922.

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

Color convert

RGB 50 66 41 -
CMYK 0.24 0 0.38 0.74
HSL 98.4º 0.23% 0.21% -
HSV(B) 98.4º 0.38% 0.26% -
XYZ 3.66 4.73 2.82 -
YUV 58.37 118.2 122.03 -
System Red Green Blue C M Y K H S L
Decimal 50 66 41 0.24 0 0.38 0.74 98.4 0.23 0.21
Hex 32 42 29 18 0 26 4A 62 17 15
Octal 62 102 51 30 0 46 112 142 27 25
Binary 110010 1000010 101001 11000 0 100110 1001010 1100010 10111 10101

Color Harmonies of #324229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324229

Black with #324229

Text Example


Text Example

White with #324229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324229; }

 p { color: rgb(50,66,41); }

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

background-color css

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

 a { background-color: rgb(50,66,41); }

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

border-color css

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

 span { border-color: rgb(50,66,41); }

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