#325815

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

Shades of Palm Leaf #325815

Tints of Palm Leaf #325815

Color information

#325815 (or 0x325815) is unknown color: approx Palm Leaf. HEX triplet: 32, 58 and 15. RGB value is (50,88,21). Sum of RGB (Red+Green+Blue) = 50+88+21=159 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.45% from 159); Green value is 88 (34.77% from 255 or 55.35% from 159); Blue value is 21 (8.59% from 255 or 13.21% from 159); Max value from RGB is 88 - color contains mainly: green. Hex color #325815 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325815 is #CDA7EA. Grayscale: #454545. Windows color (decimal): -13477867 or 1398834. OLE color: 1398834.

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

Color convert

RGB508821-
CMYK0.4300.760.65
HSL94.03º61.47%21.37%-
HSV(B)94.03º76.14%34.51%-
XYZ4.947.711.94-
YUV69100.91114.45-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 31.45%
GREEN value IS 88 (34.77% from 255) = 55.35%
BLUE value IS 21 (8.59% from 255) = 13.21%
R=31.45%
G=55.35%
B=13.21%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5088210.4300.760.6594.0361.4721.37
Hex3258152B04C415e3d15
Octal62130255301141011367525
Binary110010101100010101101011010011001000001101111011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325815; }

 p { color: rgb(50,88,21); }

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

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

 a { background-color: rgb(50,88,21); }

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

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

 span { border-color: rgb(50,88,21); }

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