Html Css Color HEX #324D2E Palm Leaf

📋 copy color: '#324D2E'

red 50 ◦ green 77 ◦ blue 46

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

Shades of Palm Leaf #324D2E

Tints of Palm Leaf #324D2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 26.59%

R = 28.9%
G = 44.51%
B = 26.59%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.40

 K value IS 0.70

RGB Variations

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

Color information

#324D2E (or 0x324D2E) is known color: Palm Leaf. HEX triplet: 32, 4D and 2E. RGB value is (50,77,46). Sum of RGB (Red+Green+Blue) = 50+77+46=173 (22% of max value = 765). Red value is 50 (19.92% from 255 or 28.90% from 173); Green value is 77 (30.47% from 255 or 44.51% from 173); Blue value is 46 (18.36% from 255 or 26.59% from 173); Max value from RGB is 77 - color contains mainly: green. Hex color #324D2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #324D2E is #CDB2D1. Grayscale: #414141. Windows color (decimal): -13480658 or 3034418. OLE color: 3034418.

HSL color Cylindrical-coordinate representation of color #324D2E: hue angle of 112.26º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #324D2E is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.70.

Color convert

RGB 50 77 46 -
CMYK 0.35 0 0.40 0.70
HSL 112.26º 0.25% 0.24% -
HSV(B) 112.26º 0.4% 0.3% -
XYZ 4.46 6.18 3.54 -
YUV 65.39 117.05 117.02 -
System Red Green Blue C M Y K H S L
Decimal 50 77 46 0.35 0 0.40 0.70 112.26 0.25 0.24
Hex 32 4D 2E 23 0 28 46 70 19 18
Octal 62 115 56 43 0 50 106 160 31 30
Binary 110010 1001101 101110 100011 0 101000 1000110 1110000 11001 11000

Color Harmonies of #324D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324D2E

Black with #324D2E

Text Example


Text Example

White with #324D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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