#325320

Color #325320 Palm Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palm Leaf #325320

Tints of Palm Leaf #325320

Color information

#325320 (or 0x325320) is unknown color: approx Palm Leaf. HEX triplet: 32, 53 and 20. RGB value is (50,83,32). Sum of RGB (Red+Green+Blue) = 50+83+32=165 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.30% from 165); Green value is 83 (32.81% from 255 or 50.30% from 165); Blue value is 32 (12.89% from 255 or 19.39% from 165); Max value from RGB is 83 - color contains mainly: green. Hex color #325320 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325320 is #CDACDF. Grayscale: #434343. Windows color (decimal): -13479136 or 2118450. OLE color: 2118450.

HSL color Cylindrical-coordinate representation of color #325320: hue angle of 98.82º 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 #325320 is Cyan = 0.40, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB508332-
CMYK0.4000.610.67
HSL98.82º44.35%22.55%-
HSV(B)98.82º61.45%32.55%-
XYZ4.676.972.47-
YUV67.32108.07115.65-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.30%
GREEN value IS 83 (32.81% from 255) = 50.30%
BLUE value IS 32 (12.89% from 255) = 19.39%
R=30.30%
G=50.30%
B=19.39%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5083320.4000.610.6798.8244.3522.55
Hex3253202803D43632c17
Octal6212340500751031435427
Binary110010101001110000010100001111011000011110001110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325320; }

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

 H1.HeaderClassName
 {
   color: #325320;
 }
 .AnyTagClassName
 {
   color: #325320;
 }
</style>
background-color css

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

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

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

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

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

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