#325C1E

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

Shades of Palm Leaf #325C1E

Tints of Palm Leaf #325C1E

Color information

#325C1E (or 0x325C1E) is unknown color: approx Palm Leaf. HEX triplet: 32, 5C and 1E. RGB value is (50,92,30). Sum of RGB (Red+Green+Blue) = 50+92+30=172 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.07% from 172); Green value is 92 (36.33% from 255 or 53.49% from 172); Blue value is 30 (12.11% from 255 or 17.44% from 172); Max value from RGB is 92 - color contains mainly: green. Hex color #325C1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325C1E is #CDA3E1. Grayscale: #484848. Windows color (decimal): -13476834 or 1989682. OLE color: 1989682.

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

Color convert

RGB509230-
CMYK0.4600.670.64
HSL100.65º50.82%23.92%-
HSV(B)100.65º67.39%36.08%-
XYZ5.388.432.57-
YUV72.37104.09112.04-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.07%
GREEN value IS 92 (36.33% from 255) = 53.49%
BLUE value IS 30 (12.11% from 255) = 17.44%
R=29.07%
G=53.49%
B=17.44%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5092300.4600.670.64100.6550.8223.92
Hex325C1E2E04340653318
Octal62134365601031001456330
Binary110010101110011110101110010000111000000110010111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,92,30); }

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

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

 a { background-color: rgb(50,92,30); }

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

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

 span { border-color: rgb(50,92,30); }

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