#325E15

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

Shades of Palm Leaf #325E15

Tints of Palm Leaf #325E15

Color information

#325E15 (or 0x325E15) is unknown color: approx Palm Leaf. HEX triplet: 32, 5E and 15. RGB value is (50,94,21). Sum of RGB (Red+Green+Blue) = 50+94+21=165 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.30% from 165); Green value is 94 (37.11% from 255 or 56.97% from 165); Blue value is 21 (8.59% from 255 or 12.73% from 165); Max value from RGB is 94 - color contains mainly: green. Hex color #325E15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325E15 is #CDA1EA. Grayscale: #484848. Windows color (decimal): -13476331 or 1400370. OLE color: 1400370.

HSL color Cylindrical-coordinate representation of color #325E15: hue angle of 96.16º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #325E15 is Cyan = 0.47, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.63.

Color convert

RGB509421-
CMYK0.4700.780.63
HSL96.16º63.48%22.55%-
HSV(B)96.16º77.66%36.86%-
XYZ5.458.742.11-
YUV72.5298.92111.94-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.30%
GREEN value IS 94 (37.11% from 255) = 56.97%
BLUE value IS 21 (8.59% from 255) = 12.73%
R=30.30%
G=56.97%
B=12.73%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5094210.4700.780.6396.1663.4822.55
Hex325E152F04E3F603f17
Octal6213625570116771407727
Binary11001010111101010110111101001110111111110000011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325E15; }

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

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

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

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

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

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

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

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