Html Css Color HEX #324A31 Palm Leaf

📋 copy color: '#324A31'

red 50 ◦ green 74 ◦ blue 49

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

Shades of Palm Leaf #324A31

Tints of Palm Leaf #324A31

RGB

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

 GREEN value IS 74 (29.3% from 255) = 42.77%

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

R = 28.9%
G = 42.77%
B = 28.32%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.34

 K value IS 0.71

RGB Variations

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

Color information

#324A31 (or 0x324A31) is known color: Palm Leaf. HEX triplet: 32, 4A and 31. RGB value is (50,74,49). Sum of RGB (Red+Green+Blue) = 50+74+49=173 (22% of max value = 765). Red value is 50 (19.92% from 255 or 28.90% from 173); Green value is 74 (29.30% from 255 or 42.77% from 173); Blue value is 49 (19.53% from 255 or 28.32% from 173); Max value from RGB is 74 - color contains mainly: green. Hex color #324A31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324A31 is #CDB5CE. Grayscale: #404040. Windows color (decimal): -13481423 or 3230258. OLE color: 3230258.

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

Color convert

RGB 50 74 49 -
CMYK 0.32 0 0.34 0.71
HSL 117.6º 0.2% 0.24% -
HSV(B) 117.6º 0.34% 0.29% -
XYZ 4.32 5.8 3.8 -
YUV 63.97 119.55 118.03 -
System Red Green Blue C M Y K H S L
Decimal 50 74 49 0.32 0 0.34 0.71 117.6 0.2 0.24
Hex 32 4A 31 20 0 22 47 76 14 18
Octal 62 112 61 40 0 42 107 166 24 30
Binary 110010 1001010 110001 100000 0 100010 1000111 1110110 10100 11000

Color Harmonies of #324A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324A31

Black with #324A31

Text Example


Text Example

White with #324A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324A31; }

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

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

background-color css

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

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

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

border-color css

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

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

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