Html Css Color HEX #324129 Palm Leaf

📋 copy color: '#324129'

red 50 ◦ green 65 ◦ blue 41

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

Shades of Palm Leaf #324129

Tints of Palm Leaf #324129

RGB

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

 GREEN value IS 65 (25.78% from 255) = 41.67%

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

R = 32.05%
G = 41.67%
B = 26.28%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.37

 K value IS 0.75

RGB Variations

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

Color information

#324129 (or 0x324129) is known color: Palm Leaf. HEX triplet: 32, 41 and 29. RGB value is (50,65,41). Sum of RGB (Red+Green+Blue) = 50+65+41=156 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.05% from 156); Green value is 65 (25.78% from 255 or 41.67% from 156); Blue value is 41 (16.41% from 255 or 26.28% from 156); Max value from RGB is 65 - color contains mainly: green. Hex color #324129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324129 is #CDBED6. Grayscale: #393939. Windows color (decimal): -13483735 or 2703666. OLE color: 2703666.

HSL color Cylindrical-coordinate representation of color #324129: hue angle of 97.5º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #324129 is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.75.

Color convert

RGB 50 65 41 -
CMYK 0.23 0 0.37 0.75
HSL 97.5º 0.23% 0.21% -
HSV(B) 97.5º 0.37% 0.25% -
XYZ 3.61 4.62 2.8 -
YUV 57.78 118.53 122.45 -
System Red Green Blue C M Y K H S L
Decimal 50 65 41 0.23 0 0.37 0.75 97.5 0.23 0.21
Hex 32 41 29 17 0 25 4B 62 17 15
Octal 62 101 51 27 0 45 113 142 27 25
Binary 110010 1000001 101001 10111 0 100101 1001011 1100010 10111 10101

Color Harmonies of #324129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324129

Black with #324129

Text Example


Text Example

White with #324129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324129; }

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

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

background-color css

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

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

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

border-color css

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

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

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