#32591A

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

Shades of Palm Leaf #32591A

Tints of Palm Leaf #32591A

Color information

#32591A (or 0x32591A) is unknown color: approx Palm Leaf. HEX triplet: 32, 59 and 1A. RGB value is (50,89,26). Sum of RGB (Red+Green+Blue) = 50+89+26=165 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.30% from 165); Green value is 89 (35.16% from 255 or 53.94% from 165); Blue value is 26 (10.55% from 255 or 15.76% from 165); Max value from RGB is 89 - color contains mainly: green. Hex color #32591A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32591A is #CDA6E5. Grayscale: #464646. Windows color (decimal): -13477606 or 1726770. OLE color: 1726770.

HSL color Cylindrical-coordinate representation of color #32591A: hue angle of 97.14º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32591A is Cyan = 0.44, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.65.

Color convert

RGB508926-
CMYK0.4400.710.65
HSL97.14º54.78%22.55%-
HSV(B)97.14º70.79%34.9%-
XYZ5.077.92.23-
YUV70.16103.08113.62-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.30%
GREEN value IS 89 (35.16% from 255) = 53.94%
BLUE value IS 26 (10.55% from 255) = 15.76%
R=30.30%
G=53.94%
B=15.76%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5089260.4400.710.6597.1454.7822.55
Hex32591A2C04741613717
Octal62131325401071011416727
Binary110010101100111010101100010001111000001110000111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32591A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32591A; }

 p { color: rgb(50,89,26); }

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

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

 a { background-color: rgb(50,89,26); }

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

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

 span { border-color: rgb(50,89,26); }

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