#325519

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

Shades of Palm Leaf #325519

Tints of Palm Leaf #325519

Color information

#325519 (or 0x325519) is unknown color: approx Palm Leaf. HEX triplet: 32, 55 and 19. RGB value is (50,85,25). Sum of RGB (Red+Green+Blue) = 50+85+25=160 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.25% from 160); Green value is 85 (33.59% from 255 or 53.12% from 160); Blue value is 25 (10.16% from 255 or 15.62% from 160); Max value from RGB is 85 - color contains mainly: green. Hex color #325519 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325519 is #CDAAE6. Grayscale: #434343. Windows color (decimal): -13478631 or 1660210. OLE color: 1660210.

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

Color convert

RGB508525-
CMYK0.4100.710.67
HSL95º54.55%21.57%-
HSV(B)95º70.59%33.33%-
XYZ4.747.252.07-
YUV67.69103.9115.38-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 31.25%
GREEN value IS 85 (33.59% from 255) = 53.12%
BLUE value IS 25 (10.16% from 255) = 15.62%
R=31.25%
G=53.12%
B=15.62%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5085250.4100.710.679554.5521.57
Hex32551929047435f3716
Octal62125315101071031376726
Binary110010101010111001101001010001111000011101111111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325519; }

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

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

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

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

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

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

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

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