#325D15

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

Shades of Palm Leaf #325D15

Tints of Palm Leaf #325D15

Color information

#325D15 (or 0x325D15) is unknown color: approx Palm Leaf. HEX triplet: 32, 5D and 15. RGB value is (50,93,21). Sum of RGB (Red+Green+Blue) = 50+93+21=164 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.49% from 164); Green value is 93 (36.72% from 255 or 56.71% from 164); Blue value is 21 (8.59% from 255 or 12.80% from 164); Max value from RGB is 93 - color contains mainly: green. Hex color #325D15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325D15 is #CDA2EA. Grayscale: #484848. Windows color (decimal): -13476587 or 1400114. OLE color: 1400114.

HSL color Cylindrical-coordinate representation of color #325D15: hue angle of 95.83º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #325D15 is Cyan = 0.46, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.64.

Color convert

RGB509321-
CMYK0.4600.770.64
HSL95.83º63.16%22.35%-
HSV(B)95.83º77.42%36.47%-
XYZ5.378.562.08-
YUV71.9499.25112.35-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.49%
GREEN value IS 93 (36.72% from 255) = 56.71%
BLUE value IS 21 (8.59% from 255) = 12.80%
R=30.49%
G=56.71%
B=12.80%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5093210.4600.770.6495.8363.1622.35
Hex325D152E04D40603f16
Octal62135255601151001407726
Binary110010101110110101101110010011011000000110000011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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