Html Css Color HEX #324929 Palm Leaf

📋 copy color: '#324929'

red 50 ◦ green 73 ◦ blue 41

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

Shades of Palm Leaf #324929

Tints of Palm Leaf #324929

RGB

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

 GREEN value IS 73 (28.91% from 255) = 44.51%

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

R = 30.49%
G = 44.51%
B = 25%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.44

 K value IS 0.71

RGB Variations

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

Color information

#324929 (or 0x324929) is known color: Palm Leaf. HEX triplet: 32, 49 and 29. RGB value is (50,73,41). Sum of RGB (Red+Green+Blue) = 50+73+41=164 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.49% from 164); Green value is 73 (28.91% from 255 or 44.51% from 164); Blue value is 41 (16.41% from 255 or 25% from 164); Max value from RGB is 73 - color contains mainly: green. Hex color #324929 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324929 is #CDB6D6. Grayscale: #3E3E3E. Windows color (decimal): -13481687 or 2705714. OLE color: 2705714.

HSL color Cylindrical-coordinate representation of color #324929: hue angle of 103.12º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #324929 is Cyan = 0.32, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.71.

Color convert

RGB 50 73 41 -
CMYK 0.32 0 0.44 0.71
HSL 103.13º 0.28% 0.22% -
HSV(B) 103.13º 0.44% 0.29% -
XYZ 4.1 5.6 2.96 -
YUV 62.48 115.88 119.1 -
System Red Green Blue C M Y K H S L
Decimal 50 73 41 0.32 0 0.44 0.71 103.13 0.28 0.22
Hex 32 49 29 20 0 2C 47 67 1C 16
Octal 62 111 51 40 0 54 107 147 34 26
Binary 110010 1001001 101001 100000 0 101100 1000111 1100111 11100 10110

Color Harmonies of #324929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324929

Black with #324929

Text Example


Text Example

White with #324929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324929; }

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

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

background-color css

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

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

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

border-color css

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

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

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