#32551E

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

Shades of Palm Leaf #32551E

Tints of Palm Leaf #32551E

Color information

#32551E (or 0x32551E) is unknown color: approx Palm Leaf. HEX triplet: 32, 55 and 1E. RGB value is (50,85,30). Sum of RGB (Red+Green+Blue) = 50+85+30=165 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.30% from 165); Green value is 85 (33.59% from 255 or 51.52% from 165); Blue value is 30 (12.11% from 255 or 18.18% from 165); Max value from RGB is 85 - color contains mainly: green. Hex color #32551E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32551E is #CDAAE1. Grayscale: #444444. Windows color (decimal): -13478626 or 1987890. OLE color: 1987890.

HSL color Cylindrical-coordinate representation of color #32551E: hue angle of 98.18º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #32551E is Cyan = 0.41, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB508530-
CMYK0.4100.650.67
HSL98.18º47.83%22.55%-
HSV(B)98.18º64.71%33.33%-
XYZ4.87.272.38-
YUV68.26106.4114.97-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.30%
GREEN value IS 85 (33.59% from 255) = 51.52%
BLUE value IS 30 (12.11% from 255) = 18.18%
R=30.30%
G=51.52%
B=18.18%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5085300.4100.650.6798.1847.8322.55
Hex32551E2904143623017
Octal62125365101011031426027
Binary110010101010111110101001010000011000011110001011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32551E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32551E; }

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

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

<style>
 a { background-color: #32551E; }

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

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

<style>
 span { border-color: #32551E; }

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

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