the min/max/close button selectors:
headerbar.titlebar button.titlebutton.close
headerbar.titlebar button.titlebutton.maximize
headerbar.titlebar button.titlebutton.minimize
the selector for any/each of the individual min/max/close buttons:
headerbar.titlebar > :last-child button.titlebutton
the selector for the container of the entire group of min/max/close buttons:
headerbar.titlebar > :last-child
the selector for the left-most button (usually, but not always, the application button):
headerbar.titlebar > :first-child > button.titlebutton
the selector for the left-most button's container:
headerbar.titlebar > :first-child
i used these selectors in a theme of my own, you can inspect the relevant piece(s) of code here: http://xfce-evolution.sourceforge.net