#325914

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

Shades of Palm Leaf #325914

Tints of Palm Leaf #325914

Color information

#325914 (or 0x325914) is unknown color: approx Palm Leaf. HEX triplet: 32, 59 and 14. RGB value is (50,89,20). Sum of RGB (Red+Green+Blue) = 50+89+20=159 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.45% from 159); Green value is 89 (35.16% from 255 or 55.97% from 159); Blue value is 20 (8.20% from 255 or 12.58% from 159); Max value from RGB is 89 - color contains mainly: green. Hex color #325914 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325914 is #CDA6EB. Grayscale: #454545. Windows color (decimal): -13477612 or 1333554. OLE color: 1333554.

HSL color Cylindrical-coordinate representation of color #325914: hue angle of 93.91º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #325914 is Cyan = 0.44, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.65.

Color convert

RGB508920-
CMYK0.4400.780.65
HSL93.91º63.3%21.37%-
HSV(B)93.91º77.53%34.9%-
XYZ5.017.871.92-
YUV69.47100.08114.11-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 31.45%
GREEN value IS 89 (35.16% from 255) = 55.97%
BLUE value IS 20 (8.20% from 255) = 12.58%
R=31.45%
G=55.97%
B=12.58%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5089200.4400.780.6593.9163.321.37
Hex3259142C04E415e3f15
Octal62131245401161011367725
Binary110010101100110100101100010011101000001101111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325914; }

 p { color: rgb(50,89,20); }

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

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

 a { background-color: rgb(50,89,20); }

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

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

 span { border-color: rgb(50,89,20); }

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