#325A25

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

Shades of Palm Leaf #325A25

Tints of Palm Leaf #325A25

Color information

#325A25 (or 0x325A25) is unknown color: approx Palm Leaf. HEX triplet: 32, 5A and 25. RGB value is (50,90,37). Sum of RGB (Red+Green+Blue) = 50+90+37=177 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.25% from 177); Green value is 90 (35.55% from 255 or 50.85% from 177); Blue value is 37 (14.84% from 255 or 20.90% from 177); Max value from RGB is 90 - color contains mainly: green. Hex color #325A25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325A25 is #CDA5DA. Grayscale: #484848. Windows color (decimal): -13477339 or 2447922. OLE color: 2447922.

HSL color Cylindrical-coordinate representation of color #325A25: hue angle of 105.28º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #325A25 is Cyan = 0.44, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.65.

Color convert

RGB509037-
CMYK0.4400.590.65
HSL105.28º41.73%24.9%-
HSV(B)105.28º58.89%35.29%-
XYZ5.318.123.04-
YUV72108.25112.31-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.25%
GREEN value IS 90 (35.55% from 255) = 50.85%
BLUE value IS 37 (14.84% from 255) = 20.90%
R=28.25%
G=50.85%
B=20.90%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5090370.4400.590.65105.2841.7324.9
Hex325A252C03B41692a19
Octal6213245540731011515231
Binary110010101101010010110110001110111000001110100110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,90,37); }

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

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

 a { background-color: rgb(50,90,37); }

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

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

 span { border-color: rgb(50,90,37); }

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