Html Css Color HEX #325520 Palm Leaf

📋 copy color: '#325520'

red 50 ◦ green 85 ◦ blue 32

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

Shades of Palm Leaf #325520

Tints of Palm Leaf #325520

RGB

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

 GREEN value IS 85 (33.59% from 255) = 50.9%

 BLUE value IS 32 (12.89% from 255) = 19.16%

R = 29.94%
G = 50.9%
B = 19.16%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#325520 (or 0x325520) is known color: Palm Leaf. HEX triplet: 32, 55 and 20. RGB value is (50,85,32). Sum of RGB (Red+Green+Blue) = 50+85+32=167 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.94% from 167); Green value is 85 (33.59% from 255 or 50.90% from 167); Blue value is 32 (12.89% from 255 or 19.16% from 167); Max value from RGB is 85 - color contains mainly: green. Hex color #325520 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325520 is #CDAADF. Grayscale: #444444. Windows color (decimal): -13478624 or 2118962. OLE color: 2118962.

HSL color Cylindrical-coordinate representation of color #325520: hue angle of 99.62º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #325520 is Cyan = 0.41, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB 50 85 32 -
CMYK 0.41 0 0.62 0.67
HSL 99.62º 0.45% 0.23% -
HSV(B) 99.62º 0.62% 0.33% -
XYZ 4.82 7.28 2.52 -
YUV 68.49 107.4 114.81 -
System Red Green Blue C M Y K H S L
Decimal 50 85 32 0.41 0 0.62 0.67 99.62 0.45 0.23
Hex 32 55 20 29 0 3E 43 64 2D 17
Octal 62 125 40 51 0 76 103 144 55 27
Binary 110010 1010101 100000 101001 0 111110 1000011 1100100 101101 10111

Color Harmonies of #325520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325520

Black with #325520

Text Example


Text Example

White with #325520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325520; }

 p { color: rgb(50,85,32); }

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

background-color css

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

 a { background-color: rgb(50,85,32); }

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

border-color css

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

 span { border-color: rgb(50,85,32); }

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