Html Css Color HEX #324D1F Palm Leaf

📋 copy color: '#324D1F'

red 50 ◦ green 77 ◦ blue 31

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

Shades of Palm Leaf #324D1F

Tints of Palm Leaf #324D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 19.62%

R = 31.65%
G = 48.73%
B = 19.62%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.60

 K value IS 0.70

RGB Variations

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

Color information

#324D1F (or 0x324D1F) is known color: Palm Leaf. HEX triplet: 32, 4D and 1F. RGB value is (50,77,31). Sum of RGB (Red+Green+Blue) = 50+77+31=158 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.65% from 158); Green value is 77 (30.47% from 255 or 48.73% from 158); Blue value is 31 (12.5% from 255 or 19.62% from 158); Max value from RGB is 77 - color contains mainly: green. Hex color #324D1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #324D1F is #CDB2E0. Grayscale: #3F3F3F. Windows color (decimal): -13480673 or 2051378. OLE color: 2051378.

HSL color Cylindrical-coordinate representation of color #324D1F: hue angle of 95.22º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #324D1F is Cyan = 0.35, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.70.

Color convert

RGB 50 77 31 -
CMYK 0.35 0 0.60 0.70
HSL 95.22º 0.43% 0.21% -
HSV(B) 95.22º 0.6% 0.3% -
XYZ 4.22 6.08 2.25 -
YUV 63.68 109.55 118.24 -
System Red Green Blue C M Y K H S L
Decimal 50 77 31 0.35 0 0.60 0.70 95.22 0.43 0.21
Hex 32 4D 1F 23 0 3C 46 5F 2B 15
Octal 62 115 37 43 0 74 106 137 53 25
Binary 110010 1001101 11111 100011 0 111100 1000110 1011111 101011 10101

Color Harmonies of #324D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324D1F

Black with #324D1F

Text Example


Text Example

White with #324D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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