Html Css Color HEX #325521 Palm Leaf

📋 copy color: '#325521'

red 50 ◦ green 85 ◦ blue 33

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

Shades of Palm Leaf #325521

Tints of Palm Leaf #325521

RGB

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

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

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

R = 29.76%
G = 50.6%
B = 19.64%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#325521 (or 0x325521) is known color: Palm Leaf. HEX triplet: 32, 55 and 21. RGB value is (50,85,33). Sum of RGB (Red+Green+Blue) = 50+85+33=168 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.76% from 168); Green value is 85 (33.59% from 255 or 50.60% from 168); Blue value is 33 (13.28% from 255 or 19.64% from 168); Max value from RGB is 85 - color contains mainly: green. Hex color #325521 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325521 is #CDAADE. Grayscale: #444444. Windows color (decimal): -13478623 or 2184498. OLE color: 2184498.

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

Color convert

RGB 50 85 33 -
CMYK 0.41 0 0.61 0.67
HSL 100.38º 0.44% 0.23% -
HSV(B) 100.38º 0.61% 0.33% -
XYZ 4.84 7.28 2.59 -
YUV 68.61 107.9 114.73 -
System Red Green Blue C M Y K H S L
Decimal 50 85 33 0.41 0 0.61 0.67 100.38 0.44 0.23
Hex 32 55 21 29 0 3D 43 64 2C 17
Octal 62 125 41 51 0 75 103 144 54 27
Binary 110010 1010101 100001 101001 0 111101 1000011 1100100 101100 10111

Color Harmonies of #325521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325521

Black with #325521

Text Example


Text Example

White with #325521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325521; }

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

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

background-color css

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

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

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

border-color css

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

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

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