Html Css Color HEX #324D28 Palm Leaf

📋 copy color: '#324D28'

red 50 ◦ green 77 ◦ blue 40

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

Shades of Palm Leaf #324D28

Tints of Palm Leaf #324D28

RGB

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

 GREEN value IS 77 (30.47% from 255) = 46.11%

 BLUE value IS 40 (16.02% from 255) = 23.95%

R = 29.94%
G = 46.11%
B = 23.95%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.48

 K value IS 0.70

RGB Variations

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

Color information

#324D28 (or 0x324D28) is known color: Palm Leaf. HEX triplet: 32, 4D and 28. RGB value is (50,77,40). Sum of RGB (Red+Green+Blue) = 50+77+40=167 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.94% from 167); Green value is 77 (30.47% from 255 or 46.11% from 167); Blue value is 40 (16.02% from 255 or 23.95% from 167); Max value from RGB is 77 - color contains mainly: green. Hex color #324D28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #324D28 is #CDB2D7. Grayscale: #404040. Windows color (decimal): -13480664 or 2641202. OLE color: 2641202.

HSL color Cylindrical-coordinate representation of color #324D28: hue angle of 103.78º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #324D28 is Cyan = 0.35, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.70.

Color convert

RGB 50 77 40 -
CMYK 0.35 0 0.48 0.70
HSL 103.78º 0.32% 0.23% -
HSV(B) 103.78º 0.48% 0.3% -
XYZ 4.35 6.14 2.96 -
YUV 64.71 114.05 117.51 -
System Red Green Blue C M Y K H S L
Decimal 50 77 40 0.35 0 0.48 0.70 103.78 0.32 0.23
Hex 32 4D 28 23 0 30 46 68 20 17
Octal 62 115 50 43 0 60 106 150 40 27
Binary 110010 1001101 101000 100011 0 110000 1000110 1101000 100000 10111

Color Harmonies of #324D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324D28

Black with #324D28

Text Example


Text Example

White with #324D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,77,40); }

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

background-color css

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

 a { background-color: rgb(50,77,40); }

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

border-color css

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

 span { border-color: rgb(50,77,40); }

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