Html Css Color HEX #324A21 Palm Leaf

📋 copy color: '#324A21'

red 50 ◦ green 74 ◦ blue 33

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

Shades of Palm Leaf #324A21

Tints of Palm Leaf #324A21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 21.02%

R = 31.85%
G = 47.13%
B = 21.02%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.55

 K value IS 0.71

RGB Variations

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

Color information

#324A21 (or 0x324A21) is known color: Palm Leaf. HEX triplet: 32, 4A and 21. RGB value is (50,74,33). Sum of RGB (Red+Green+Blue) = 50+74+33=157 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.85% from 157); Green value is 74 (29.30% from 255 or 47.13% from 157); Blue value is 33 (13.28% from 255 or 21.02% from 157); Max value from RGB is 74 - color contains mainly: green. Hex color #324A21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324A21 is #CDB5DE. Grayscale: #3E3E3E. Windows color (decimal): -13481439 or 2181682. OLE color: 2181682.

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

Color convert

RGB 50 74 33 -
CMYK 0.32 0 0.55 0.71
HSL 95.12º 0.38% 0.21% -
HSV(B) 95.12º 0.55% 0.29% -
XYZ 4.04 5.69 2.32 -
YUV 62.15 111.55 119.33 -
System Red Green Blue C M Y K H S L
Decimal 50 74 33 0.32 0 0.55 0.71 95.12 0.38 0.21
Hex 32 4A 21 20 0 37 47 5F 26 15
Octal 62 112 41 40 0 67 107 137 46 25
Binary 110010 1001010 100001 100000 0 110111 1000111 1011111 100110 10101

Color Harmonies of #324A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324A21

Black with #324A21

Text Example


Text Example

White with #324A21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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