Html Css Color HEX #324931 Palm Leaf

📋 copy color: '#324931'

red 50 ◦ green 73 ◦ blue 49

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

Shades of Palm Leaf #324931

Tints of Palm Leaf #324931

RGB

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

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

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

R = 29.07%
G = 42.44%
B = 28.49%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.33

 K value IS 0.71

RGB Variations

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

Color information

#324931 (or 0x324931) is known color: Palm Leaf. HEX triplet: 32, 49 and 31. RGB value is (50,73,49). Sum of RGB (Red+Green+Blue) = 50+73+49=172 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.07% from 172); Green value is 73 (28.91% from 255 or 42.44% from 172); Blue value is 49 (19.53% from 255 or 28.49% from 172); Max value from RGB is 73 - color contains mainly: green. Hex color #324931 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324931 is #CDB6CE. Grayscale: #3F3F3F. Windows color (decimal): -13481679 or 3230002. OLE color: 3230002.

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

Color convert

RGB 50 73 49 -
CMYK 0.32 0 0.33 0.71
HSL 117.5º 0.2% 0.24% -
HSV(B) 117.5º 0.33% 0.29% -
XYZ 4.25 5.66 3.78 -
YUV 63.39 119.88 118.45 -
System Red Green Blue C M Y K H S L
Decimal 50 73 49 0.32 0 0.33 0.71 117.5 0.2 0.24
Hex 32 49 31 20 0 21 47 76 14 18
Octal 62 111 61 40 0 41 107 166 24 30
Binary 110010 1001001 110001 100000 0 100001 1000111 1110110 10100 11000

Color Harmonies of #324931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324931

Black with #324931

Text Example


Text Example

White with #324931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324931; }

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

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

background-color css

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

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

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

border-color css

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

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

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